You are here

quote.schema.yml in Quote 8.2

config/schema/quote.schema.yml

File

config/schema/quote.schema.yml
View source
  1. quote.settings:
  2. type: config_object
  3. label: Settings
  4. mapping:
  5. quote_modes_quote_sel:
  6. type: boolean
  7. quote_modes_quote_all:
  8. type: boolean
  9. quote_modes_quote_reply_all:
  10. type: boolean
  11. quote_modes_quote_reply_sel:
  12. type: boolean
  13. quote_allow_comments:
  14. type: boolean
  15. quote_selector:
  16. type: string
  17. quote_limit:
  18. type: integer
  19. quote_selector_comment_quote_all:
  20. type: string
  21. quote_selector_node_quote_all:
  22. type: string
  23. quote_allow_types:
  24. type: sequence
  25. sequence:
  26. type: string
  27. quote_ckeditor_support:
  28. type: boolean