thehustle/silverstripe-element-container-tailwind 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

thehustle/silverstripe-element-container-tailwind

Composer 安装命令:

composer require thehustle/silverstripe-element-container-tailwind

包简介

A SilverStripe module providing container and column blocks using Tailwind.

README 文档

README

Install the module via Composer:

composer require thehustle/silverstripe-element-container-tailwind

This command installs its dependencies as well, including the dnadesign/silverstripe-elemental module and dnadesign/silverstripe-elemental-list module so you don't have to install them separately.

After installation, you will need to run http://yourdomain.com/dev/build or http://yourdomain.com/dev/build?flush=all to create the database tables and flush the cache.

Overriding Layouts

To override Container Block and Column Block layouts, you can create a new template file in your app/templates directory.

Make sure to follow the Namespace and Directory structure of the original template file.

mkdir app/templates/TheHustle/Layout/
touch ColumnBlock.ss
touch ContainerBlock.ss

Don't forget to run dev/build or dev/build?flush=all after creating the new template files.

http://yourdomain.com/dev/build

or

http://yourdomain.com/dev/build?flush=all

Styling

After running the tasks, there will be files being copied to your root directory.

/assets/css/layout.css

Move the file to your theme's css directory and include it in your theme's Page.ss file.

统计信息

  • 总下载量: 4
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-10-16