You are here

insert.schema.yml in Insert 8

Same filename and directory in other branches
  1. 8.2 config/schema/insert.schema.yml
config/schema/insert.schema.yml

File

config/schema/insert.schema.yml
View source
  1. insert.config:
  2. type: config_object
  3. label: 'Insert module configuration settings'
  4. mapping:
  5. text_formats:
  6. type: sequence
  7. label: 'Automatic text format support'
  8. sequence:
  9. type: string
  10. css_classes:
  11. type: mapping
  12. label: 'Additional CSS classes to be added to items inserted using the Insert module'
  13. # The mapping keys map to field type names.
  14. mapping:
  15. file:
  16. type: string
  17. label: 'CSS classes to be added to file links (File Insert widget)'
  18. image:
  19. type: string
  20. label: 'CSS classes to be added to images and image links (Image Insert widget)'
  21. field.widget.settings.insert_file:
  22. type: mapping
  23. label: 'Insert File widget settings'
  24. mapping:
  25. insert_absolute:
  26. type: boolean
  27. label: 'Use absolute paths'
  28. insert_styles:
  29. type: sequence
  30. label: 'Styles to be available for inserting an image'
  31. sequence:
  32. type: string
  33. insert_default:
  34. type: string
  35. label: 'Default insert style'
  36. # native file widget setting
  37. progress_indicator:
  38. type: string
  39. label: 'Progress indicator'
  40. field.widget.settings.insert_image:
  41. type: mapping
  42. label: 'Insert Image widget settings'
  43. mapping:
  44. insert_absolute:
  45. type: boolean
  46. label: 'Use absolute paths'
  47. insert_styles:
  48. type: sequence
  49. label: 'Styles to be available for inserting an image'
  50. sequence:
  51. type: string
  52. insert_default:
  53. type: string
  54. label: 'Default insert style'
  55. insert_width:
  56. type: integer
  57. label: 'Maximum image insert width'
  58. insert_rotate:
  59. type: boolean
  60. label: 'Rotation controls'
  61. # native image widget settings
  62. progress_indicator:
  63. type: string
  64. label: 'Progress indicator'
  65. preview_image_style:
  66. type: string
  67. label: 'Preview image style'