You are here

insert_view_adv.schema.yml in Advanced Insert View 8

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

File

config/schema/insert_view_adv.schema.yml
View source
  1. # Schema for the configuration of the Advanced Insert View module.
  2. filter_settings.insert_view_adv:
  3. type: filter
  4. label: 'Filter to restrict views allowed to be inserted in CKEditor'
  5. mapping:
  6. allowed_views:
  7. type: sequence
  8. label: 'Allowed view'
  9. sequence:
  10. type: string
  11. label: 'View machine name'
  12. render_as_empty:
  13. type: integer
  14. label: 'Render view as empty if not allowed'
  15. hide_argument_input:
  16. type: boolean
  17. label: 'Hide Argument Input'
  18. ckeditor.plugin.insert_view_adv:
  19. type: mapping
  20. label: 'Insert view plugin settings'
  21. mapping:
  22. enable_live_preview:
  23. type: boolean
  24. label: 'Enable live preview of the view token'