thehustle/silverstripe-blocks
最新稳定版本:v1.0
Composer 安装命令:
composer require thehustle/silverstripe-blocks
包简介
A SilverStripe module to create couple of custom multiple blocks.
README 文档
README
Install the module via Composer:
composer require thehustle/silverstripe-blocks
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.
Run Composer Commands
composer vendor-expose composer dump-autoload
Most importantly, don't forget to run dev/build or dev/build?flush=all after.
Overriding Layouts
To override the layout of the template blocks, you can create a new template file in your theme's template directory. Make sure to follow the Namespace and Directory structure of the original template file.
mkdir themes/your-theme/templates/TheHustle/Layout/ touch Accordion.ss touch AccordionItem.ss touch Tab.ss touch TabItem.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
统计信息
- 总下载量: 110
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-10-13