cva.component.yml
Same filename and directory in other branches
File
-
core/
modules/ system/ tests/ themes/ sdc_theme_test/ components/ cva/ cva.component.yml
View source
- $schema: https://git.drupalcode.org/project/drupal/-/raw/HEAD/core/assets/schemas/v1/metadata.schema.json
- name: CVA Test
- status: experimental
- props:
- type: object
- properties:
- friendliness:
- type: string
- title: Friendliness
- enum:
- - nice
- - mean
- meta:enum:
- nice: Nice
- mean: Mean
- examples:
- - mean
- default: nice
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.