silverstripe-webpack/app/_config/templates-themes.yml

20 lines
403 B
YAML
Raw Normal View History

2019-08-27 17:25:05 +02:00
---
Name: webapp-templates-themes
After:
- webapp-options-elements
2019-08-27 17:25:05 +02:00
---
SilverStripe\View\SSViewer:
source_file_comments: true
2019-08-27 17:25:05 +02:00
themes:
- '$public'
- '$default'
2019-11-07 19:26:33 +01:00
Site\Elements\SliderElement:
slide_width: 2140
slide_height: 700
2019-11-07 19:26:33 +01:00
# 2x container width to automatically resize images for 2K display
Site\Extensions\ElementRows:
container_max_width: 2280
column_class: 'col-block col-md'