Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HPC-9754: Show interactive content checkbox enabled by default #237

Merged
merged 1 commit into from
Oct 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading