cva.component.yml

Same filename and directory in other branches
  1. 11.x core/modules/system/tests/themes/sdc_theme_test/components/cva/cva.component.yml
core/modules/system/tests/themes/sdc_theme_test/components/cva/cva.component.yml

File

core/modules/system/tests/themes/sdc_theme_test/components/cva/cva.component.yml

View source
  1. $schema: https://git.drupalcode.org/project/drupal/-/raw/HEAD/core/assets/schemas/v1/metadata.schema.json
  2. name: CVA Test
  3. status: experimental
  4. props:
  5. type: object
  6. properties:
  7. friendliness:
  8. type: string
  9. title: Friendliness
  10. enum:
  11. - nice
  12. - mean
  13. meta:enum:
  14. nice: Nice
  15. mean: Mean
  16. examples:
  17. - mean
  18. default: nice

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.