-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstructure_taxonomy.php
108 lines (108 loc) · 2.47 KB
/
structure_taxonomy.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<?php
return array(
/*
'h_t_' => array(
'name' => 'Hátíð',
'bundle' => 'field_kkrabb_event_festival',
'machine_name' => 'h_t_',
'description' => 'Hér er flokkun sem heldur utan um hátíðir. Ef hátíð er ekki til þarf að stofna hana í taxanomy, sem heitir Hátíð',
'hierarchy' => '0',
'module' => 'taxonomy',
'weight' => '0',
'language' => 'und',
'i18n_mode' => '4',
'rdf_mapping' => array(
'rdftype' => array(
0 => 'skos:ConceptScheme',
),
'name' => array(
'predicates' => array(
0 => 'dc:title',
),
),
'description' => array(
'predicates' => array(
0 => 'rdfs:comment',
),
),
),
),
'harpa_web_module_event_att' => array(
'name' => 'Tímamerking viðburða',
'bundle' => 'field_event_att',
'machine_name' => 'harpa_web_module_event_att',
'description' => 'Tilgreinir: Nýtt, síðust forvöð og væntanlega viðburði',
'hierarchy' => '0',
'module' => 'taxonomy',
'weight' => '-9',
'language' => 'und',
'i18n_mode' => '4',
'rdf_mapping' => array(
'rdftype' => array(
0 => 'skos:ConceptScheme',
),
'name' => array(
'predicates' => array(
0 => 'dc:title',
),
),
'description' => array(
'predicates' => array(
0 => 'rdfs:comment',
),
),
),
),
'harpa_web_module_residents' => array(
'name' => 'Íbúi',
'bundle' => 'field_event_resident',
'machine_name' => 'harpa_web_module_residents',
'description' => 'Hakið við ef Íbúi Hörpu er hluti af viðburði.',
'hierarchy' => '0',
'module' => 'taxonomy',
'weight' => '-8',
'language' => 'und',
'i18n_mode' => '4',
'rdf_mapping' => array(
'rdftype' => array(
0 => 'skos:ConceptScheme',
),
'name' => array(
'predicates' => array(
0 => 'dc:title',
),
),
'description' => array(
'predicates' => array(
0 => 'rdfs:comment',
),
),
),
),
*/
'kkrabb_vocabulary' => array(
'name' => 'Tegund viðburða',
'machine_name' => 'kkrabb_vocabulary',
'description' => '',
'hierarchy' => '0',
'module' => 'taxonomy',
'weight' => '-10',
'language' => 'und',
'i18n_mode' => '4',
'rdf_mapping' => array(
'rdftype' => array(
0 => 'skos:ConceptScheme',
),
'name' => array(
'predicates' => array(
0 => 'dc:title',
),
),
'description' => array(
'predicates' => array(
0 => 'rdfs:comment',
),
),
),
),
);