diff --git a/core/modules/forum/config/install/comment.type.comment_forum.yml b/core/modules/forum/config/install/comment.type.comment_forum.yml index 1032b1e..224982c 100644 --- a/core/modules/forum/config/install/comment.type.comment_forum.yml +++ b/core/modules/forum/config/install/comment.type.comment_forum.yml @@ -4,7 +4,8 @@ dependencies: enforced: module: - forum - - node + module: + - node id: comment_forum label: Comment_forum target_entity_type_id: node diff --git a/core/profiles/standard/config/install/comment.type.comment.yml b/core/profiles/standard/config/install/comment.type.comment.yml index 8b2a102..14af64c 100644 --- a/core/profiles/standard/config/install/comment.type.comment.yml +++ b/core/profiles/standard/config/install/comment.type.comment.yml @@ -1,9 +1,8 @@ langcode: en status: true dependencies: - enforced: - module: - - node + module: + - node id: comment label: 'Default comments' target_entity_type_id: node