双元素 / 滑动组件包
内容管理系统(CMS)的滑块
v1.3.6
2022-07-29 12:06 UTC
Requires
- php: ^7.1 || ^8.0
- symfony/framework-bundle: ^4.4 || ^5.4
- twin-elements/admin-bundle: ^1.11
Conflicts
- twin-elements/admin-bundle: <1.11.3
README
##安装 1.composer
- 在bundles.php中添加
TwinElements\SliderBundle\TwinElementsSliderBundle::class => ['all' => true],
3.添加到routes.yaml
slider_admin:
resource: "@TwinElementsSliderBundle/Controller/"
prefix: /admin
type: annotation
requirements:
_locale: '%app_locales%'
defaults:
_locale: '%locale%'
_admin_locale: '%admin_locale%'
options: { i18n: false }
- 在twin_elements_slider.yaml中添加
twin_elements_slider:
image_size: { width: 1920, height: 600 }
mobile_image_size: { width: 600, height: 600 }
available_types: [ 'BackgroundImage', 'ImageLeft', 'ImageRight' ]
default_type: 'ImageLeft'