You are here

link_iframe_formatter.schema.yml in Link iframe formatter 2.x

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

File

config/schema/link_iframe_formatter.schema.yml
View source
  1. field.formatter.settings.link_iframe_formatter:
  2. type: mapping
  3. label: 'Link iframe formatter settings'
  4. mapping:
  5. width:
  6. type: integer
  7. label: 'Width'
  8. height:
  9. type: integer
  10. label: 'Height'
  11. class:
  12. type: string
  13. label: 'Class'
  14. original:
  15. type: boolean
  16. label: 'Show original link'
  17. disable_scrolling:
  18. type: string
  19. label: 'Disable scrolling'