Skip to content
Snippets Groups Projects
Commit 9b1957d9 authored by Eric Bremner's avatar Eric Bremner Committed by Kevin Paxman
Browse files

ISTWCMS-5880: trying to get features correct

parent dbe0daf5
No related branches found
No related tags found
3 merge requests!284Feature/istwcms 5880 ebremner banners above,!274Draft: ISTWCMS-5551: fixing office hours display,!260Feature/istwcms 5668 a5kulkar rename references to publications
......@@ -5,13 +5,18 @@ dependencies:
- field.storage.paragraph.field_uw_ban_image
- media.type.uw_mt_image
- paragraphs.paragraphs_type.uw_para_image_banner
module:
- require_on_publish
third_party_settings:
require_on_publish:
require_on_publish: false
id: paragraph.uw_para_image_banner.field_uw_ban_image
field_name: field_uw_ban_image
entity_type: paragraph
bundle: uw_para_image_banner
label: Image
description: 'A minimum banner size of 1010x300 is recommended. Banners that are narrower or wider than their location will be automatically scaled to fit.'
required: false
required: true
translatable: false
default_value: { }
default_value_callback: ''
......@@ -22,7 +27,6 @@ settings:
uw_mt_image: uw_mt_image
sort:
field: _none
direction: ASC
auto_create: false
auto_create_bundle: ''
field_type: entity_reference
......@@ -13,7 +13,7 @@ settings:
target_type: paragraph
module: entity_reference_revisions
locked: false
cardinality: -1
cardinality: 8
translatable: true
indexes: { }
persist_with_no_fields: false
......
......@@ -10,7 +10,7 @@ entity_type: node
type: list_string
settings:
allowed_values: { }
allowed_values_function: '_uw_cfg_common_get_layout_builder_styles'
allowed_values_function: _uw_cfg_common_get_layout_builder_styles
module: options
locked: false
cardinality: 1
......
......@@ -10,7 +10,7 @@ entity_type: node
type: list_string
settings:
allowed_values: { }
allowed_values_function: '_uw_cfg_common_allowed_media_types'
allowed_values_function: _uw_cfg_common_allowed_media_types
module: options
locked: false
cardinality: 1
......
......@@ -6,6 +6,7 @@ label: 'Extra-wide contained width'
classes: uw-contained-width
type: section
group: default
weight: -4
block_restrictions:
- 'inline_block:uw_cbl_call_to_action'
- 'inline_block:uw_cbl_copy_text'
......@@ -13,4 +14,3 @@ block_restrictions:
- 'inline_block:uw_cbl_image'
- 'inline_block:uw_cbl_remote_video'
layout_restrictions: { }
weight: -4
......@@ -6,6 +6,6 @@ label: 'Narrow contained width'
classes: "uw-contained-width\r\nuw-contained-width--narrow"
type: section
group: default
weight: -6
block_restrictions: { }
layout_restrictions: { }
weight: -6
......@@ -6,6 +6,6 @@ label: 'Wide contained width'
classes: "uw-contained-width\r\nuw-contained-width--wide"
type: section
group: default
weight: -5
block_restrictions: { }
layout_restrictions: { }
weight: -5
......@@ -6,6 +6,7 @@ label: 'Full width'
classes: uw-full-width
type: section
group: default
weight: -3
block_restrictions:
- 'inline_block:uw_cbl_call_to_action'
- 'inline_block:uw_cbl_copy_text'
......@@ -13,4 +14,3 @@ block_restrictions:
- 'inline_block:uw_cbl_image'
- 'inline_block:uw_cbl_remote_video'
layout_restrictions: { }
weight: -3
......@@ -30,10 +30,12 @@ dependencies:
- 'drupal:layout_builder_modal'
- 'drupal:layout_builder_restrictions'
- 'drupal:layout_builder_styles'
- 'drupal:link'
- 'drupal:linkit'
- 'drupal:mailsystem'
- 'drupal:media'
- 'drupal:media_embed_extra'
- 'drupal:media_library'
- 'drupal:metatag'
- 'drupal:node'
- 'drupal:options'
......@@ -51,11 +53,14 @@ dependencies:
- 'drupal:user'
- 'drupal:userprotect'
- 'drupal:views'
- 'entity_reference_revisions:entity_reference_revisions'
- 'fillpdf:fillpdf'
- 'layout_builder_ids:layout_builder_ids'
- 'maxlength:maxlength'
- 'metatag:metatag_extended_perms'
- 'paragraphs:paragraphs'
- 'quick_node_clone:quick_node_clone'
- 'require_on_publish:require_on_publish'
- 'scheduler:scheduler'
- 'simple_sitemap:simple_sitemap'
- 'subpathauto:subpathauto'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment