You are here

add_content_by_bundle.views.schema.yml in Add Content by Bundle Views Area Plugin 1.x

config/schema/add_content_by_bundle.views.schema.yml

File

config/schema/add_content_by_bundle.views.schema.yml
View source
  1. views.area.add_content_by_bundle:
  2. type: views_area
  3. label: 'Add Content by Bundle link'
  4. mapping:
  5. bundle:
  6. type: string
  7. label: 'The content type whose form will be linked to.'
  8. label:
  9. type: label
  10. label: 'The label of the link.'
  11. class:
  12. type: string
  13. label: 'A CSS class to use on the link.'
  14. target:
  15. type: string
  16. label: 'Option to target a modal or off-screen dialog.'
  17. width:
  18. type: integer
  19. label: 'Width to use for the dialog.'