Skip to content
Snippets Groups Projects
Commit 5df8e7f0 authored by micha.jakubowski's avatar micha.jakubowski Committed by Claudiu Cristea
Browse files

ISAICP-9561: Make collections & solutions moderated by default

parent df8d4826
No related branches found
No related tags found
2 merge requests!214ISAICP-9579: Fix SearchWidget: refer own submit callbacks precisely to prevent...,!212Release 2.3.0
......@@ -5,6 +5,11 @@ dependencies:
config:
- field.storage.node.group_moderation
- node.type.collection
module:
- tmgmt_content
third_party_settings:
tmgmt_content:
excluded: false
id: node.collection.group_moderation
field_name: group_moderation
entity_type: node
......@@ -12,8 +17,10 @@ bundle: collection
label: Moderation
description: 'If checked, community content items (news, events, discussions and documents) are pre-moderated: they have to be validated by the moderators of the collection before they will be published.'
required: false
translatable: true
default_value: { }
translatable: false
default_value:
-
value: 1
default_value_callback: ''
settings:
on_label: Moderated
......
......@@ -5,6 +5,11 @@ dependencies:
config:
- field.storage.node.group_moderation
- node.type.solution
module:
- tmgmt_content
third_party_settings:
tmgmt_content:
excluded: false
id: node.solution.group_moderation
field_name: group_moderation
entity_type: node
......@@ -12,10 +17,10 @@ bundle: solution
label: Moderation
description: 'If checked, community content items (news, events, discussions and documents) are pre-moderated: they have to be validated by the moderators of the solution before they will be published.'
required: false
translatable: true
translatable: false
default_value:
-
value: 0
value: 1
default_value_callback: ''
settings:
on_label: Moderated
......
......@@ -3,11 +3,7 @@ langcode: en
status: true
dependencies:
module:
- field_permissions
- node
third_party_settings:
field_permissions:
permission_type: public
id: node.group_moderation
field_name: group_moderation
entity_type: node
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment