Skip to content
Snippets Groups Projects

Feature/istwcms 4872 ebremner thumbnail image gallery

Merged Eric Bremner requested to merge feature/ISTWCMS-4872-ebremner-thumbnail-image-gallery into 1.0.x
7 files
+ 112
11
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -4,6 +4,7 @@ dependencies:
config:
- block_content.type.uw_cbl_image_gallery
- field.field.block_content.uw_cbl_image_gallery.field_uw_ig_images
- field.field.block_content.uw_cbl_image_gallery.field_uw_type_of_gallery
module:
- media_library
id: block_content.uw_cbl_image_gallery.default
@@ -13,14 +14,20 @@ mode: default
content:
field_uw_ig_images:
type: media_library_widget
weight: 26
weight: 3
settings:
media_types: { }
third_party_settings: { }
region: content
field_uw_type_of_gallery:
weight: 2
settings: { }
third_party_settings: { }
type: options_select
region: content
info:
type: string_textfield
weight: -5
weight: 0
region: content
settings:
size: 60
@@ -28,7 +35,7 @@ content:
third_party_settings: { }
langcode:
type: language_select
weight: 2
weight: 1
region: content
settings:
include_locked: true
Loading