You are here

private_content.schema.yml in Private 8.2

Same filename and directory in other branches
  1. 8 config/schema/private_content.schema.yml
config/schema/private_content.schema.yml

File

config/schema/private_content.schema.yml
View source
  1. # Schema for the configuration files of the private module.
  2. action.configuration.private_content_make_public:
  3. type: action_configuration_default
  4. label: 'Make content public configuration'
  5. action.configuration.private_content_make_private:
  6. type: action_configuration_default
  7. label: 'Make content private configuration'
  8. node.type.*.third_party.private_content:
  9. type: mapping
  10. label: 'Per-content type private settings'
  11. mapping:
  12. private:
  13. type: integer
  14. label: 'Private visibility on the form'