smile/ezee-sectionformfield-bundle
Composer 安装命令:
composer require smile/ezee-sectionformfield-bundle
包简介
Section Field for eZ Studio Form Builder
README 文档
README
Add new eZStudio Form Field named Section to organize Form Fields.
This new Field is not really a Form Field, just a Form section delimiter.
Installation
Get the bundle using composer
Add SmileEzEESectionFormFieldBundle by running this command from the terminal at the root of your eZStudio project:
composer require smile/ezee-sectionformfield-bundle
Enable the bundle
To start using the bundle, register the bundle in your application's kernel class:
// ezpublish/EzPublishKernel.php public function registerBundles() { $bundles = array( // ... new Smile\EzEESectionFormFieldBundle\SmileEzEESectionFormFieldBundle(), // ... ); }
Add assetic
{% stylesheets filter='cssrewrite'
...
'bundles/smileezeesectionformfield/css/smileform_section.css'
%}
<link rel="stylesheet" type="text/css" href="{{ asset_url }}">
{% endstylesheets %}
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0
- 更新时间: 2017-03-01