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

Content cleanup #191

Merged
merged 2 commits into from
Apr 17, 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
1 change: 0 additions & 1 deletion apps/cms/config/sync/config_ignore.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ _core:
mode: simple
ignored_config_entities:
- 'webform.webform*'
- ~webform.webform.inquiry
enable_export_filtering: true
Original file line number Diff line number Diff line change
Expand Up @@ -10,31 +10,43 @@ _meta:
72187a1f-3e48-4b45-a9b7-189c6fd7ee26: media
default:
revision_uid:
- target_id: 1
-
target_id: 1
status:
- value: true
-
value: true
uid:
- target_id: 1
-
target_id: 1
title:
- value: 'Blocks: complete'
-
value: 'Blocks: complete'
created:
- value: 1686759493
-
value: 1686759493
promote:
- value: false
-
value: false
sticky:
- value: false
-
value: false
moderation_state:
- value: published
-
value: published
path:
- alias: /blocks-complete
-
alias: /blocks-complete
langcode: en
pathauto: 0
content_translation_source:
- value: und
-
value: und
content_translation_outdated:
- value: false
-
value: false
body:
- value: |-
-
value: |-
<!-- wp:custom/hero {"mediaEntityIds":["3a0fe860-a6d6-428a-9474-365bd57509aa"],"headline":"All kinds of blocks with maximum data","lead":"Lead text","ctaUrl":"https://example.com","ctaText":"CTA text","formId":"contact"} /-->

<!-- wp:custom/content -->
Expand Down Expand Up @@ -88,29 +100,40 @@ default:
translations:
de:
status:
- value: true
-
value: true
uid:
- target_id: 1
-
target_id: 1
title:
- value: 'Blocks: complete DE'
-
value: 'Blocks: complete DE'
created:
- value: 1687338353
-
value: 1687338353
promote:
- value: false
-
value: false
sticky:
- value: false
-
value: false
moderation_state:
- value: published
-
value: published
path:
- alias: /blocks-complete
-
alias: /blocks-complete
langcode: de
pathauto: 0
content_translation_source:
- value: en
-
value: en
content_translation_outdated:
- value: false
-
value: false
body:
- value: |-
-
value: |-
<!-- wp:custom/hero {"mediaEntityIds":["3a0fe860-a6d6-428a-9474-365bd57509aa"],"headline":"All kinds of blocks with maximum data DE","lead":"Lead text DE"} /-->

<!-- wp:custom/content -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -219,4 +219,4 @@ access:
users: { }
permissions: { }
handlers: { }
variants: { }
variants: { }
Loading