You are here

blocache.schema.yml in Blocache (Block Cache Control) 8

config/schema/blocache.schema.yml

File

config/schema/blocache.schema.yml
View source
  1. block.block.*.third_party.blocache:
  2. type: mapping
  3. label: Blocache third party settings
  4. mapping:
  5. overridden:
  6. type: boolean
  7. label: Overridden cache metadata
  8. metadata:
  9. type: mapping
  10. label: Cache Metadata
  11. mapping:
  12. max-age:
  13. type: integer
  14. label: Max-Age
  15. contexts:
  16. type: sequence
  17. label: Contexts
  18. sequence:
  19. type: string
  20. tags:
  21. type: sequence
  22. label: Tags
  23. sequence:
  24. type: string