You are here

data_table_config.schema.yml in Data 8

config/schema/data_table_config.schema.yml

File

config/schema/data_table_config.schema.yml
View source
  1. data.table_config.*:
  2. type: config_entity
  3. label: 'Data Table config'
  4. mapping:
  5. id:
  6. type: string
  7. label: 'Machine name'
  8. title:
  9. type: label
  10. label: 'Title'
  11. description: Human readable table name
  12. uuid:
  13. type: string
  14. table_schema:
  15. type: array
  16. serialize: TRUE
  17. meta:
  18. type: text
  19. nullable: TRUE
  20. description: Meta information about the table and its fields.