Skip to content

Commit

Permalink
Merge pull request #237 from UN-OCHA/berliner/HPC-9754
Browse files Browse the repository at this point in the history
HPC-9754: Show interactive content checkbox enabled by default
  • Loading branch information
berliner authored Oct 15, 2024
2 parents b19d6b9 + e3d9df2 commit 5a76ef1
Showing 1 changed file with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ dependencies:
config:
- field.storage.paragraph.field_show_interactive_content
- paragraphs.paragraphs_type.interactive_content
module:
- field_config_cardinality
third_party_settings:
field_config_cardinality:
cardinality_config: '1'
cardinality_label_config: false
unlimited_not_required: ''
limited_not_required: ''
limited_required: ''
id: paragraph.interactive_content.field_show_interactive_content
field_name: field_show_interactive_content
entity_type: paragraph
Expand All @@ -15,7 +24,7 @@ required: false
translatable: true
default_value:
-
value: 0
value: 1
default_value_callback: ''
settings:
on_label: 'On'
Expand Down

0 comments on commit 5a76ef1

Please sign in to comment.