You are here

moderation_dashboard.schema.yml in Moderation Dashboard 8

Same filename and directory in other branches
  1. 2.0.x config/schema/moderation_dashboard.schema.yml
config/schema/moderation_dashboard.schema.yml

File

config/schema/moderation_dashboard.schema.yml
View source
  1. condition.plugin.moderation_dashboard_access:
  2. type: condition.plugin
  3. mapping:
  4. enable:
  5. type: boolean
  6. label: 'Enables the evaluation of the condition'
  7. condition.plugin.has_moderated_content_type:
  8. type: condition.plugin
  9. mapping:
  10. enable:
  11. type: boolean
  12. label: 'Enables the evaluation of the condition'
  13. moderation_dashboard.settings:
  14. type: config_object
  15. label: 'Moderation dashboard settings'
  16. mapping:
  17. redirect_on_login:
  18. type: boolean
  19. label: 'Redirect to moderation dashboard after login'