diff --git a/core/modules/comment/config/schema/comment.schema.yml b/core/modules/comment/config/schema/comment.schema.yml index ae563c5..3b322b2 100644 --- a/core/modules/comment/config/schema/comment.schema.yml +++ b/core/modules/comment/config/schema/comment.schema.yml @@ -42,3 +42,60 @@ action.configuration.comment_unpublish_by_keyword_action: action.configuration.comment_unpublish_action: type: action_configuration_default label: 'Unpublish comment configuration' + + +field.comment.settings: + type: sequence + label: 'Settings' + sequence: + - type: string + label: 'Setting' + +field.comment.value: + type: sequence + label: 'Settings' + sequence: + - type: mapping + label: 'Settings' + mapping: + status: + type: integer + label: 'Status' + cid: + type: integer + label: 'Status' + last_comment_timestamp: + type: integer + label: 'Last comment timestamp' + last_comment_name: + type: integer + label: 'Name' + last_comment_uid: + type: integer + label: 'UID' + comment_count: + type: integer + label: 'Count' + +field.comment.instance_settings: + type: mapping + label: 'Comment settings' + mapping: + default_mode: + type: boolean + label: 'Threading' + per_page: + type: integer + label: 'Comments per page' + anonymous: + type: integer + label: 'Mode' + subject: + type: boolean + label: 'Allow comment title' + form_location: + type: boolean + label: ' Allow comment title' + preview: + type: integer + label: 'Preview comment' diff --git a/core/modules/image/config/schema/image.schema.yml b/core/modules/image/config/schema/image.schema.yml index 7545c12..a2f0d55 100644 --- a/core/modules/image/config/schema/image.schema.yml +++ b/core/modules/image/config/schema/image.schema.yml @@ -91,6 +91,13 @@ field.image.settings: type: field_default_image label: 'Default value' +field.image.value: + type: sequence + label: 'Default values' + sequence: + - type: string + label: 'Value' + field.image.instance_settings: type: mapping label: 'Image settings' diff --git a/core/modules/language/config/schema/language.views.schema.yml b/core/modules/language/config/schema/language.views.schema.yml index 2dce3d2..616a27a 100644 --- a/core/modules/language/config/schema/language.views.schema.yml +++ b/core/modules/language/config/schema/language.views.schema.yml @@ -11,3 +11,7 @@ views.field.language: views.filter.language: type: views.filter.in_operator label: 'Language' + +views.filter_value.language: + type: string + label: 'Language' diff --git a/core/modules/menu_ui/config/schema/menu_ui.schema.yml b/core/modules/menu_ui/config/schema/menu_ui.schema.yml index 5cb5e5d..ce6be8b 100644 --- a/core/modules/menu_ui/config/schema/menu_ui.schema.yml +++ b/core/modules/menu_ui/config/schema/menu_ui.schema.yml @@ -19,5 +19,8 @@ menu.entity.node.*: label: 'Per-content type menu settings' mapping: available_menus: - type: array + type: sequence label: 'Available menus' + sequence: + - type: string + label: 'Menu machine name' diff --git a/core/modules/node/config/schema/node.schema.yml b/core/modules/node/config/schema/node.schema.yml index 07c69f2..452266e 100644 --- a/core/modules/node/config/schema/node.schema.yml +++ b/core/modules/node/config/schema/node.schema.yml @@ -108,14 +108,26 @@ action.configuration.node_publish_action: type: action_configuration_default label: 'Publish selected content configuration' +action.configuration.node_unpublish_action: + type: action_configuration_default + label: 'Unpublish selected content configuration' + action.configuration.node_save_action: type: action_configuration_default - label: 'save content configuration' + label: 'Save content configuration' + +action.configuration.node_delete_action: + type: action_configuration_default + label: 'Delete content configuration' action.configuration.node_make_sticky_action: type: action_configuration_default label: 'Make selected content sticky configuration' +action.configuration.node_make_unsticky_action: + type: action_configuration_default + label: 'Make selected content unsticky configuration' + action.configuration.node_unpublish_by_keyword_action: type: mapping label: 'Unpublish content containing keyword(s) configuration' @@ -126,11 +138,3 @@ action.configuration.node_unpublish_by_keyword_action: sequence: - type: sequence label: 'Keyword' - -action.configuration.node_unpublish_action: - type: action_configuration_default - label: 'Unpublish selected content configuration' - -action.configuration.node_unsticky_action: - type: action_configuration_default - label: 'Publish selected content not sticky configuration'