Chris@0: # Schema for the configuration files of the node module. Chris@0: Chris@0: node.settings: Chris@0: type: config_object Chris@0: label: 'Node settings' Chris@0: mapping: Chris@0: use_admin_theme: Chris@0: type: boolean Chris@0: label: 'Use administration theme when editing or creating content' Chris@0: Chris@0: node.type.*: Chris@0: type: config_entity Chris@0: label: 'Content type' Chris@0: mapping: Chris@0: name: Chris@0: type: label Chris@0: label: 'Name' Chris@0: type: Chris@0: type: string Chris@0: label: 'Machine-readable name' Chris@0: description: Chris@0: type: text Chris@0: label: 'Description' Chris@0: help: Chris@0: type: text Chris@0: label: 'Explanation or submission guidelines' Chris@0: new_revision: Chris@0: type: boolean Chris@0: label: 'Whether a new revision should be created by default' Chris@0: preview_mode: Chris@0: type: integer Chris@0: label: 'Preview before submitting' Chris@0: display_submitted: Chris@0: type: boolean Chris@0: label: 'Display setting for author and date Submitted by post information' Chris@0: Chris@0: # Plugin \Drupal\node\Plugin\Search\NodeSearch Chris@0: search.plugin.node_search: Chris@0: type: mapping Chris@0: label: 'Content search' Chris@0: mapping: Chris@0: rankings: Chris@0: type: sequence Chris@0: label: 'Content ranking' Chris@18: orderby: key Chris@0: sequence: Chris@0: type: integer Chris@0: label: 'Influence' Chris@0: Chris@0: action.configuration.node_assign_owner_action: Chris@0: type: mapping Chris@0: label: 'Change the author of content configuration' Chris@0: mapping: Chris@0: owner_uid: Chris@0: type: text Chris@0: label: 'Username' Chris@0: Chris@0: action.configuration.node_unpromote_action: Chris@0: type: action_configuration_default Chris@0: label: 'Demote selected content from front page configuration' Chris@0: Chris@0: action.configuration.node_promote_action: Chris@0: type: action_configuration_default Chris@0: label: 'Promote selected content from front page configuration' Chris@0: Chris@14: # @deprecated in Drupal 8.5.x, to be removed before Drupal 9.0.0. Chris@14: # @see https://www.drupal.org/node/2919303 Chris@0: action.configuration.node_publish_action: Chris@0: type: action_configuration_default Chris@0: label: 'Publish selected content configuration' Chris@0: Chris@14: # @deprecated in Drupal 8.5.x, to be removed before Drupal 9.0.0. Chris@14: # @see https://www.drupal.org/node/2919303 Chris@0: action.configuration.node_unpublish_action: Chris@0: type: action_configuration_default Chris@0: label: 'Unpublish selected content configuration' Chris@0: Chris@14: # @deprecated in Drupal 8.5.x, to be removed before Drupal 9.0.0. Chris@14: # @see https://www.drupal.org/node/2919303 Chris@0: action.configuration.node_save_action: Chris@0: type: action_configuration_default Chris@0: label: 'Save content configuration' Chris@0: Chris@17: # @deprecated in Drupal 8.6.x, to be removed before Drupal 9.0.0. Chris@17: # @see https://www.drupal.org/node/2934349 Chris@0: action.configuration.node_delete_action: Chris@0: type: action_configuration_default Chris@0: label: 'Delete content configuration' Chris@0: Chris@0: action.configuration.node_make_sticky_action: Chris@0: type: action_configuration_default Chris@0: label: 'Make selected content sticky configuration' Chris@0: Chris@0: action.configuration.node_make_unsticky_action: Chris@0: type: action_configuration_default Chris@0: label: 'Make selected content unsticky configuration' Chris@0: Chris@0: action.configuration.node_unpublish_by_keyword_action: Chris@0: type: mapping Chris@0: label: 'Unpublish content containing keyword(s) configuration' Chris@0: mapping: Chris@0: keywords: Chris@0: type: sequence Chris@0: label: 'Keywords' Chris@0: sequence: Chris@0: type: string Chris@0: label: 'Keyword' Chris@0: Chris@0: block.settings.node_syndicate_block: Chris@0: type: block_settings Chris@0: label: 'Syndicate block' Chris@0: mapping: Chris@0: block_count: Chris@0: type: integer Chris@0: label: 'Block count' Chris@0: Chris@0: condition.plugin.node_type: Chris@0: type: condition.plugin Chris@0: mapping: Chris@0: bundles: Chris@0: type: sequence Chris@0: sequence: Chris@0: type: string