annotate core/modules/node/config/schema/node.schema.yml @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents a9cd425dd02b
children
rev   line source
Chris@0 1 # Schema for the configuration files of the node module.
Chris@0 2
Chris@0 3 node.settings:
Chris@0 4 type: config_object
Chris@0 5 label: 'Node settings'
Chris@0 6 mapping:
Chris@0 7 use_admin_theme:
Chris@0 8 type: boolean
Chris@0 9 label: 'Use administration theme when editing or creating content'
Chris@0 10
Chris@0 11 node.type.*:
Chris@0 12 type: config_entity
Chris@0 13 label: 'Content type'
Chris@0 14 mapping:
Chris@0 15 name:
Chris@0 16 type: label
Chris@0 17 label: 'Name'
Chris@0 18 type:
Chris@0 19 type: string
Chris@0 20 label: 'Machine-readable name'
Chris@0 21 description:
Chris@0 22 type: text
Chris@0 23 label: 'Description'
Chris@0 24 help:
Chris@0 25 type: text
Chris@0 26 label: 'Explanation or submission guidelines'
Chris@0 27 new_revision:
Chris@0 28 type: boolean
Chris@0 29 label: 'Whether a new revision should be created by default'
Chris@0 30 preview_mode:
Chris@0 31 type: integer
Chris@0 32 label: 'Preview before submitting'
Chris@0 33 display_submitted:
Chris@0 34 type: boolean
Chris@0 35 label: 'Display setting for author and date Submitted by post information'
Chris@0 36
Chris@0 37 # Plugin \Drupal\node\Plugin\Search\NodeSearch
Chris@0 38 search.plugin.node_search:
Chris@0 39 type: mapping
Chris@0 40 label: 'Content search'
Chris@0 41 mapping:
Chris@0 42 rankings:
Chris@0 43 type: sequence
Chris@0 44 label: 'Content ranking'
Chris@5 45 orderby: key
Chris@0 46 sequence:
Chris@0 47 type: integer
Chris@0 48 label: 'Influence'
Chris@0 49
Chris@0 50 action.configuration.node_assign_owner_action:
Chris@0 51 type: mapping
Chris@0 52 label: 'Change the author of content configuration'
Chris@0 53 mapping:
Chris@0 54 owner_uid:
Chris@0 55 type: text
Chris@0 56 label: 'Username'
Chris@0 57
Chris@0 58 action.configuration.node_unpromote_action:
Chris@0 59 type: action_configuration_default
Chris@0 60 label: 'Demote selected content from front page configuration'
Chris@0 61
Chris@0 62 action.configuration.node_promote_action:
Chris@0 63 type: action_configuration_default
Chris@0 64 label: 'Promote selected content from front page configuration'
Chris@0 65
Chris@0 66 # @deprecated in Drupal 8.5.x, to be removed before Drupal 9.0.0.
Chris@0 67 # @see https://www.drupal.org/node/2919303
Chris@0 68 action.configuration.node_publish_action:
Chris@0 69 type: action_configuration_default
Chris@0 70 label: 'Publish selected content configuration'
Chris@0 71
Chris@0 72 # @deprecated in Drupal 8.5.x, to be removed before Drupal 9.0.0.
Chris@0 73 # @see https://www.drupal.org/node/2919303
Chris@0 74 action.configuration.node_unpublish_action:
Chris@0 75 type: action_configuration_default
Chris@0 76 label: 'Unpublish selected content configuration'
Chris@0 77
Chris@0 78 # @deprecated in Drupal 8.5.x, to be removed before Drupal 9.0.0.
Chris@0 79 # @see https://www.drupal.org/node/2919303
Chris@0 80 action.configuration.node_save_action:
Chris@0 81 type: action_configuration_default
Chris@0 82 label: 'Save content configuration'
Chris@0 83
Chris@4 84 # @deprecated in Drupal 8.6.x, to be removed before Drupal 9.0.0.
Chris@4 85 # @see https://www.drupal.org/node/2934349
Chris@0 86 action.configuration.node_delete_action:
Chris@0 87 type: action_configuration_default
Chris@0 88 label: 'Delete content configuration'
Chris@0 89
Chris@0 90 action.configuration.node_make_sticky_action:
Chris@0 91 type: action_configuration_default
Chris@0 92 label: 'Make selected content sticky configuration'
Chris@0 93
Chris@0 94 action.configuration.node_make_unsticky_action:
Chris@0 95 type: action_configuration_default
Chris@0 96 label: 'Make selected content unsticky configuration'
Chris@0 97
Chris@0 98 action.configuration.node_unpublish_by_keyword_action:
Chris@0 99 type: mapping
Chris@0 100 label: 'Unpublish content containing keyword(s) configuration'
Chris@0 101 mapping:
Chris@0 102 keywords:
Chris@0 103 type: sequence
Chris@0 104 label: 'Keywords'
Chris@0 105 sequence:
Chris@0 106 type: string
Chris@0 107 label: 'Keyword'
Chris@0 108
Chris@0 109 block.settings.node_syndicate_block:
Chris@0 110 type: block_settings
Chris@0 111 label: 'Syndicate block'
Chris@0 112 mapping:
Chris@0 113 block_count:
Chris@0 114 type: integer
Chris@0 115 label: 'Block count'
Chris@0 116
Chris@0 117 condition.plugin.node_type:
Chris@0 118 type: condition.plugin
Chris@0 119 mapping:
Chris@0 120 bundles:
Chris@0 121 type: sequence
Chris@0 122 sequence:
Chris@0 123 type: string