core/modules/action/config/schema/action.schema.yml

File

core/modules/action/config/schema/action.schema.yml
View source
  1. # Schema for the configuration files of the Action module.
  2. action.configuration.comment_unpublish_by_keyword_action:
  3. type: mapping
  4. label: 'Unpublish comment containing keyword(s) configuration'
  5. mapping:
  6. keywords:
  7. type: sequence
  8. label: 'Keywords'
  9. sequence:
  10. type: string
  11. label: 'Keyword'
  12. action.configuration.node_unpublish_by_keyword_action:
  13. type: mapping
  14. label: 'Unpublish content containing keyword(s) configuration'
  15. mapping:
  16. keywords:
  17. type: sequence
  18. label: 'Keywords'
  19. sequence:
  20. type: string
  21. label: 'Keyword'
  22. action.configuration.node_assign_owner_action:
  23. type: mapping
  24. label: 'Change the author of content configuration'
  25. mapping:
  26. owner_uid:
  27. type: text
  28. label: 'Username'