Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/SLB-336--replicate' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Leksat committed Jun 28, 2024
2 parents 2f916b3 + 45f3866 commit b951cb4
Show file tree
Hide file tree
Showing 6 changed files with 138 additions and 4 deletions.
1 change: 1 addition & 0 deletions apps/cms/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"drupal/metatag": "^2.0",
"drupal/pathauto": "^1.11",
"drupal/redirect": "^1.8",
"drupal/replicate_ui": "^1.1",
"drupal/reroute_email": "^2.2",
"drupal/role_delegation": "^1.2",
"drupal/simple_oauth": "^5.2",
Expand Down
130 changes: 126 additions & 4 deletions apps/cms/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions apps/cms/config/sync/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ module:
path_alias: 0
phpass: 0
redirect: 0
replicate: 0
replicate_ui: 0
reroute_email: 0
role_delegation: 0
serialization: 0
Expand Down
5 changes: 5 additions & 0 deletions apps/cms/config/sync/replicate_ui.settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
_core:
default_config_hash: kTj4VrfBBlmTowM6GEcqnV6rS5DvkIeeWJSGHyda1e4
entity_types:
- node
check_edit_access: true
2 changes: 2 additions & 0 deletions apps/cms/config/sync/user.role.administrator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ dependencies:
- node
- path
- redirect
- replicate_ui
- role_delegation
- shortcut
- silverback_campaign_urls
Expand Down Expand Up @@ -71,6 +72,7 @@ permissions:
- 'edit config_pages entity'
- 'edit own webform'
- 'edit own webform submission'
- 'replicate entities'
- 'translate editable entities'
- 'translate interface'
- 'trigger a gatsby build'
Expand Down
2 changes: 2 additions & 0 deletions apps/cms/config/sync/user.role.editor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ dependencies:
- node
- path
- redirect
- replicate_ui
- shortcut
- silverback_external_preview
- silverback_gatsby
Expand Down Expand Up @@ -51,6 +52,7 @@ permissions:
- 'dropzone upload files'
- 'edit any page content'
- 'edit own page content'
- 'replicate entities'
- 'revert page revisions'
- 'translate editable entities'
- 'trigger a gatsby build'
Expand Down

0 comments on commit b951cb4

Please sign in to comment.