node.schema.yml

drupal/core/modules/node/config/schema/node.schema.yml

File

drupal/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: mapping
  4. label: 'Node settings'
  5. mapping:
  6. items_per_page:
  7. type: integer
  8. label: 'Number of posts on front page'