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

Install and configure content lock module #476

Merged
merged 2 commits into from
Oct 16, 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
110 changes: 110 additions & 0 deletions config/default/content_lock.settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,110 @@
_core:
default_config_hash: 6Ka3T1c-CIjEUO1Q64NXKksLthkMhj53a6zy4RJBtkc
verbose: 1
types:
block_content: { }
content_moderation_state: { }
content_owner_sme: { }
crop: { }
file: { }
geo_entity: { }
localgov_alert_banner:
'*': '*'
localgov_directories_facets: { }
localgov_geo: { }
review_date: { }
media: { }
menu_link_content: { }
node:
'*': '*'
paragraphs_library_item: { }
path_alias: { }
poll_choice: { }
poll:
'*': '*'
preview_link: { }
redirect: { }
scheduled_transition: { }
search_api_task: { }
taxonomy_term: { }
user: { }
webform_submission: { }
paragraph: { }
types_translation_lock: { }
types_js_lock: { }
form_op_lock:
block_content:
mode: 0
values: { }
content_moderation_state:
mode: null
values: { }
content_owner_sme:
mode: 0
values: { }
crop:
mode: 0
values: { }
file:
mode: 0
values: { }
geo_entity:
mode: 0
values: { }
localgov_alert_banner:
mode: 0
values: { }
localgov_directories_facets:
mode: 0
values: { }
localgov_geo:
mode: null
values: { }
review_date:
mode: null
values: { }
media:
mode: 0
values: { }
menu_link_content:
mode: 0
values: { }
node:
mode: 0
values: { }
paragraphs_library_item:
mode: 0
values: { }
path_alias:
mode: 0
values: { }
poll_choice:
mode: null
values: { }
poll:
mode: 0
values: { }
preview_link:
mode: 0
values: { }
redirect:
mode: 0
values: { }
scheduled_transition:
mode: 0
values: { }
search_api_task:
mode: null
values: { }
taxonomy_term:
mode: 0
values: { }
user:
mode: 0
values: { }
webform_submission:
mode: 0
values: { }
paragraph:
mode: 0
values: { }
1 change: 1 addition & 0 deletions config/default/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ module:
config_split: 0
content_access_by_path: 0
content_access_by_path_admin_content: 0
content_lock: 0
content_moderation: 0
content_ownership: 0
contextual: 0
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
uuid: 82991eb6-3035-49c2-b5b2-97bad92aee5f
langcode: en
status: true
dependencies:
module:
- content_lock
id: localgov_alert_banner_break_lock_action
label: 'Break lock localgov_alert_banner'
type: localgov_alert_banner
plugin: 'entity:break_lock:localgov_alert_banner'
configuration: { }
11 changes: 11 additions & 0 deletions config/default/system.action.node_break_lock_action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
uuid: b9f29e04-7c11-4978-b586-3a975bfc560c
langcode: en
status: true
dependencies:
module:
- content_lock
id: node_break_lock_action
label: 'Break lock node'
type: node
plugin: 'entity:break_lock:node'
configuration: { }
11 changes: 11 additions & 0 deletions config/default/system.action.poll_break_lock_action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
uuid: 61ec97f8-d63e-4f14-ac3c-81f92d7fcd9f
langcode: en
status: true
dependencies:
module:
- content_lock
id: poll_break_lock_action
label: 'Break lock poll'
type: poll
plugin: 'entity:break_lock:poll'
configuration: { }
Loading
Loading