Skip to content

Commit

Permalink
SDSS-839: Allow spacer paragraph in News component section. (#206)
Browse files Browse the repository at this point in the history
* SDSS-839: Allow spacer paragraph in News component section.
  • Loading branch information
joegl authored Aug 9, 2023
1 parent 34665c7 commit 5399220
Showing 1 changed file with 10 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ dependencies:
- paragraphs.paragraphs_type.stanford_accordion
- paragraphs.paragraphs_type.stanford_person_cta
- paragraphs.paragraphs_type.stanford_schedule
- paragraphs.paragraphs_type.stanford_spacer
module:
- entity_reference_revisions
id: node.stanford_news.su_news_components
Expand All @@ -28,9 +27,14 @@ settings:
stanford_person_cta: stanford_person_cta
stanford_accordion: stanford_accordion
stanford_schedule: stanford_schedule
stanford_spacer: stanford_spacer
negate: 1
target_bundles_drag_drop:
callout_quote:
weight: 15
enabled: false
editorial_sidebar:
weight: 16
enabled: false
stanford_accordion:
weight: 12
enabled: true
Expand All @@ -46,6 +50,9 @@ settings:
stanford_gallery:
weight: 14
enabled: false
stanford_layout:
weight: 22
enabled: false
stanford_lists:
weight: 15
enabled: false
Expand All @@ -60,7 +67,7 @@ settings:
enabled: true
stanford_spacer:
weight: 13
enabled: true
enabled: false
stanford_wysiwyg:
weight: -7
enabled: false
Expand Down

0 comments on commit 5399220

Please sign in to comment.