You are here

link_class.schema.yml in Link class 8

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

File

config/schema/link_class.schema.yml
View source
  1. field.widget.settings.link_class_field_widget:
  2. type: mapping
  3. label: 'Link with class settings'
  4. mapping:
  5. placeholder_url:
  6. type: string
  7. label: 'Placeholder for URL'
  8. placeholder_title:
  9. type: label
  10. label: 'Placeholder for link text'
  11. link_class_mode:
  12. type: string
  13. label: 'Method for adding class'
  14. link_class_force:
  15. type: string
  16. label: 'Classes in force method'
  17. link_class_select:
  18. type: string
  19. label: 'Classes in select method'