You are here

amp.metadata.schema.yml in Accelerated Mobile Pages (AMP) 8

config/schema/amp.metadata.schema.yml

File

config/schema/amp.metadata.schema.yml
View source
  1. amp.metadata.*:
  2. type: config_entity
  3. label: 'AMP Metadata config'
  4. mapping:
  5. id:
  6. type: string
  7. label: 'ID'
  8. label:
  9. type: label
  10. label: 'Label'
  11. globalToggle:
  12. type: boolean
  13. label: 'Global metadata'
  14. nodeTypeId:
  15. type: string
  16. label: 'Content Type ID'
  17. organizationName:
  18. type: string
  19. label: 'Organization name'
  20. translatable: true
  21. organizationLogoFid:
  22. type: string
  23. label: 'Organization logo FID'
  24. organizationLogoImageStyleId:
  25. type: string
  26. label: 'Organization logo image style ID'
  27. contentSchemaType:
  28. type: string
  29. label: 'Content schema type'
  30. contentHeadlineToken:
  31. type: string
  32. label: 'Content headline token'
  33. contentAuthorToken:
  34. type: string
  35. label: 'Content author token'
  36. contentDescriptionToken:
  37. type: string
  38. label: 'Content description token'
  39. contentImageToken:
  40. type: string
  41. label: 'Content image token'
  42. contentImageStyleId:
  43. type: string
  44. label: 'Content image style ID'