You are here

view_custom_table.schema.yml in Views Custom Table 8

Same filename and directory in other branches
  1. 9.0.x config/schema/view_custom_table.schema.yml
config/schema/view_custom_table.schema.yml

File

config/schema/view_custom_table.schema.yml
View source
  1. # Schema definition for date filter.
  2. views.filter.mysql_date:
  3. type: views.filter.date
  4. views.filter_value.mysql_date:
  5. type: views.filter_value.date
  6. view_custom_table.tables:
  7. type: sequence
  8. label: 'Custom Table'
  9. sequence:
  10. type: view_custom_table.tables.[%key]
  11. view_custom_table.tables.langcode:
  12. type: string
  13. label: 'Language code'
  14. view_custom_table.tables._core:
  15. type: _core_config_info
  16. label: 'Core info'
  17. view_custom_table.tables.*:
  18. type: mapping
  19. mapping:
  20. table_name:
  21. type: string
  22. label: 'Table Name'
  23. table_database:
  24. type: string
  25. label: 'Table Database'
  26. description:
  27. type: string
  28. label: 'Description'
  29. column_relations:
  30. type: string
  31. label: 'Column Relations'
  32. created_by:
  33. type: string
  34. label: 'Created By'