afda126fbac9d66b966ae58bbc345b95ee300233
[yaffs-website] / web / modules / contrib / metatag / metatag_dc / config / schema / metatag_dc.metatag_tag.schema.yml
1 # The 'type' should be "label" for short meta tags and "text" for ones which
2 # could get longer, especially ones which use a textarea field instead of a
3 # textfield.
4
5 metatag.metatag_tag.dcterms_contributor:
6   type: label
7   label: 'Dublin Core: Contributor'
8 metatag.metatag_tag.dcterms_coverage:
9   type: label
10   label: 'Dublin Core: Coverage'
11 metatag.metatag_tag.dcterms_creator:
12   type: label
13   label: 'Dublin Core: Creator'
14 metatag.metatag_tag.dcterms_date:
15   type: label
16   label: 'Dublin Core: Date'
17 metatag.metatag_tag.dcterms_description:
18   type: text
19   label: 'Dublin Core: Description'
20 metatag.metatag_tag.dcterms_format:
21   type: label
22   label: 'Dublin Core: Format'
23 metatag.metatag_tag.dcterms_identifier:
24   type: label
25   label: 'Dublin Core: Identifier'
26 metatag.metatag_tag.dcterms_language:
27   type: label
28   label: 'Dublin Core: Language'
29 metatag.metatag_tag.dcterms_publisher:
30   type: label
31   label: 'Dublin Core: Publisher'
32 metatag.metatag_tag.dcterms_relation:
33   type: label
34   label: 'Dublin Core: Relation'
35 metatag.metatag_tag.dcterms_rights:
36   type: label
37   label: 'Dublin Core: Rights'
38 metatag.metatag_tag.dcterms_source:
39   type: label
40   label: 'Dublin Core: Source'
41 metatag.metatag_tag.dcterms_subject:
42   type: label
43   label: 'Dublin Core: Subject'
44 metatag.metatag_tag.dcterms_title:
45   type: label
46   label: 'Dublin Core: Title'
47 metatag.metatag_tag.dcterms_type:
48   type: label
49   label: 'Dublin Core: Type'