first commit

This commit is contained in:
2024-07-15 12:33:27 +02:00
commit ce50ae282b
22084 changed files with 2623791 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
name: 'Default comments'
description: 'Allows commenting on content.'
type: 'Comment type'
install:
- comment
- node
- views
config:
import:
comment:
- core.entity_view_mode.comment.full
- field.storage.comment.comment_body
- system.action.comment_delete_action
- system.action.comment_publish_action
- system.action.comment_save_action
- system.action.comment_unpublish_action
- views.view.comment
- views.view.comments_recent
actions:
user.role.authenticated:
grantPermissions:
- 'access comments'
- 'post comments'
- 'skip comment approval'
user.role.anonymous:
grantPermission: 'access comments'