You are here

node.schema.yml in Zircon Profile 8.0

Same filename and directory in other branches
  1. 8 core/modules/node/config/schema/node.schema.yml
core/modules/node/config/schema/node.schema.yml

File

core/modules/node/config/schema/node.schema.yml
View source
  1. # Schema for the configuration files of the node module.
  2. node.settings:
  3. type: config_object
  4. label: 'Node settings'
  5. mapping:
  6. use_admin_theme:
  7. type: boolean
  8. label: 'Use admin theme when editing or creating content'
  9. node.type.*:
  10. type: config_entity
  11. label: 'Content type'
  12. mapping:
  13. name:
  14. type: label
  15. label: 'Name'
  16. type:
  17. type: string
  18. label: 'Machine-readable name'
  19. description:
  20. type: text
  21. label: 'Description'
  22. help:
  23. type: text
  24. label: 'Explanation or submission guidelines'
  25. new_revision:
  26. type: boolean
  27. label: 'Whether a new revision should be created by default'
  28. preview_mode:
  29. type: integer
  30. label: 'Preview before submitting'
  31. display_submitted:
  32. type: boolean
  33. label: 'Display setting for author and date Submitted by post information'
  34. # Plugin \Drupal\node\Plugin\Search\NodeSearch
  35. search.plugin.node_search:
  36. type: mapping
  37. label: 'Content search'
  38. mapping:
  39. rankings:
  40. type: sequence
  41. label: 'Content ranking'
  42. sequence:
  43. type: integer
  44. label: 'Influence'
  45. action.configuration.node_assign_owner_action:
  46. type: mapping
  47. label: 'Change the author of content configuration'
  48. mapping:
  49. owner_uid:
  50. type: text
  51. label: 'Username'
  52. action.configuration.node_unpromote_action:
  53. type: action_configuration_default
  54. label: 'Demote selected content from front page configuration'
  55. action.configuration.node_promote_action:
  56. type: action_configuration_default
  57. label: 'Promote selected content from front page configuration'
  58. action.configuration.node_publish_action:
  59. type: action_configuration_default
  60. label: 'Publish selected content configuration'
  61. action.configuration.node_unpublish_action:
  62. type: action_configuration_default
  63. label: 'Unpublish selected content configuration'
  64. action.configuration.node_save_action:
  65. type: action_configuration_default
  66. label: 'Save content configuration'
  67. action.configuration.node_delete_action:
  68. type: action_configuration_default
  69. label: 'Delete content configuration'
  70. action.configuration.node_make_sticky_action:
  71. type: action_configuration_default
  72. label: 'Make selected content sticky configuration'
  73. action.configuration.node_make_unsticky_action:
  74. type: action_configuration_default
  75. label: 'Make selected content unsticky configuration'
  76. action.configuration.node_unpublish_by_keyword_action:
  77. type: mapping
  78. label: 'Unpublish content containing keyword(s) configuration'
  79. mapping:
  80. keywords:
  81. type: sequence
  82. label: 'Keywords'
  83. sequence:
  84. type: string
  85. label: 'Keyword'
  86. block.settings.node_syndicate_block:
  87. type: block_settings
  88. label: 'Syndicate block'
  89. mapping:
  90. block_count:
  91. type: integer
  92. label: 'Block count'
  93. condition.plugin.node_type:
  94. type: condition.plugin
  95. mapping:
  96. bundles:
  97. type: sequence
  98. sequence:
  99. type: string