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

Vote-3101: Hiding non-translatable fields in block types #1145

Merged
merged 1 commit into from
Dec 2, 2024
Merged
Show file tree
Hide file tree
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 @@ -10,7 +10,7 @@ third_party_settings:
content_translation:
enabled: true
bundle_settings:
untranslatable_fields_hide: '0'
untranslatable_fields_hide: '1'
id: block_content.basic
target_entity_type_id: block_content
target_bundle: basic
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ dependencies:
third_party_settings:
content_translation:
enabled: true
bundle_settings:
untranslatable_fields_hide: '1'
id: block_content.contact_identifier
target_entity_type_id: block_content
target_bundle: contact_identifier
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ third_party_settings:
content_translation:
enabled: true
bundle_settings:
untranslatable_fields_hide: '0'
untranslatable_fields_hide: '1'
id: block_content.email_signup
target_entity_type_id: block_content
target_bundle: email_signup
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ third_party_settings:
content_translation:
enabled: true
bundle_settings:
untranslatable_fields_hide: '0'
untranslatable_fields_hide: '1'
id: block_content.government_banner
target_entity_type_id: block_content
target_bundle: government_banner
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ third_party_settings:
content_translation:
enabled: true
bundle_settings:
untranslatable_fields_hide: '0'
untranslatable_fields_hide: '1'
id: block_content.inline_alert
target_entity_type_id: block_content
target_bundle: inline_alert
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ third_party_settings:
content_translation:
enabled: true
bundle_settings:
untranslatable_fields_hide: '0'
untranslatable_fields_hide: '1'
id: block_content.nvrf_a_b_message
target_entity_type_id: block_content
target_bundle: nvrf_a_b_message
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ third_party_settings:
content_translation:
enabled: true
bundle_settings:
untranslatable_fields_hide: '0'
untranslatable_fields_hide: '1'
id: block_content.nvrf_card
target_entity_type_id: block_content
target_bundle: nvrf_card
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ dependencies:
third_party_settings:
content_translation:
enabled: true
bundle_settings:
untranslatable_fields_hide: '1'
id: block_content.partnership
target_entity_type_id: block_content
target_bundle: partnership
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ third_party_settings:
content_translation:
enabled: true
bundle_settings:
untranslatable_fields_hide: '0'
untranslatable_fields_hide: '1'
id: block_content.registration_form_selector
target_entity_type_id: block_content
target_bundle: registration_form_selector
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ third_party_settings:
content_translation:
enabled: true
bundle_settings:
untranslatable_fields_hide: '0'
untranslatable_fields_hide: '1'
id: block_content.search
target_entity_type_id: block_content
target_bundle: search
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ third_party_settings:
content_translation:
enabled: true
bundle_settings:
untranslatable_fields_hide: '0'
untranslatable_fields_hide: '1'
id: block_content.sitewide_alert
target_entity_type_id: block_content
target_bundle: sitewide_alert
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ third_party_settings:
content_translation:
enabled: true
bundle_settings:
untranslatable_fields_hide: '0'
untranslatable_fields_hide: '1'
id: block_content.state_display_content
target_entity_type_id: block_content
target_bundle: state_display_content
Expand Down