Skip to content
Snippets Groups Projects

ISTWCMS-6546: adding additional options as a node field

Merged Eric Bremner requested to merge feature/ISTWCMS-6546-ebremner-fix-additional-options into 1.0.x
4 files
+ 39
0
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -16,6 +16,7 @@ dependencies:
- field.field.node.uw_ct_news_item.field_uw_news_listing_page_image
- field.field.node.uw_ct_news_item.field_uw_news_summary
- field.field.node.uw_ct_news_item.field_uw_news_tags
- field.field.node.uw_ct_news_item.field_uw_option
- field.field.node.uw_ct_news_item.field_uw_page_title_big_text
- field.field.node.uw_ct_news_item.field_uw_slide_speed
- field.field.node.uw_ct_news_item.field_uw_text_overlay_style
@@ -291,6 +292,12 @@ content:
new_terms: true
no_empty_message: 'No terms could be found. Please type in order to add a new term.'
third_party_settings: { }
field_uw_option:
type: options_select
weight: 34
region: content
settings: { }
third_party_settings: { }
field_uw_page_title_big_text:
type: options_select
weight: 24
Loading