You are here

paragraphs_features.schema.yml in Paragraphs Features 2.x

Same filename and directory in other branches
  1. 8 config/schema/paragraphs_features.schema.yml
config/schema/paragraphs_features.schema.yml

File

config/schema/paragraphs_features.schema.yml
View source
  1. paragraphs_features.settings:
  2. type: config_object
  3. label: 'Paragraphs features settings'
  4. mapping:
  5. dropdown_to_button:
  6. type: boolean
  7. label: 'Flag for reduce actions dropdown to a button when there is only one option'
  8. paragraphs_features_third_party:
  9. type: mapping
  10. label: 'Schema for Paragraphs Features options of Paragraphs Widget'
  11. mapping:
  12. add_in_between:
  13. type: boolean
  14. label: 'Flag for add in between feature'
  15. delete_confirmation:
  16. type: boolean
  17. label: 'Flag for delete confirmation feature'
  18. sorting:
  19. type: boolean
  20. label: 'Flag for paragraphs checkbox sorting feature'
  21. split_text:
  22. type: boolean
  23. label: 'Flag for paragraphs split text feature'
  24. show_drag_and_drop:
  25. type: boolean
  26. label: 'Flag for showing drag & drop button'
  27. field.widget.third_party.paragraphs_features:
  28. type: paragraphs_features_third_party