@qhealth-design-system/core 1.0.75 → 1.0.77

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. package/CHANGELOG.md +2 -0
  2. package/README.md +22 -31
  3. package/dist/components/_global/import.xml +22 -22
  4. package/dist/components/_template/import.xml +76 -76
  5. package/dist/components/a-z_listing/import.xml +40 -40
  6. package/dist/components/abstract/import.xml +58 -58
  7. package/dist/components/accordion/import.xml +502 -502
  8. package/dist/components/banner/import.xml +22 -22
  9. package/dist/components/banner_advanced/import.xml +498 -498
  10. package/dist/components/banner_basic/import.xml +226 -226
  11. package/dist/components/banner_intermediate/import.xml +374 -374
  12. package/dist/components/basic_search/import.xml +66 -66
  13. package/dist/components/body/import.xml +84 -84
  14. package/dist/components/breadcrumbs/import.xml +22 -22
  15. package/dist/components/callout/import.xml +240 -240
  16. package/dist/components/card_feature/import.xml +558 -558
  17. package/dist/components/card_multi_action/import.xml +386 -386
  18. package/dist/components/card_no_action/import.xml +364 -364
  19. package/dist/components/card_single_action/import.xml +386 -386
  20. package/dist/components/code/import.xml +240 -240
  21. package/dist/components/data_table/import.xml +160 -160
  22. package/dist/components/footer/import.xml +22 -22
  23. package/dist/components/global_alert/import.xml +22 -22
  24. package/dist/components/header/import.xml +22 -22
  25. package/dist/components/horizontal_rule/import.xml +138 -138
  26. package/dist/components/in_page_navigation/import.xml +62 -62
  27. package/dist/components/internal_navigation/import.xml +22 -22
  28. package/dist/components/left_hand_navigation/import.xml +76 -76
  29. package/dist/components/main_navigation/import.xml +22 -22
  30. package/dist/components/mega_main_navigation/import.xml +22 -22
  31. package/dist/components/multi_column/import.xml +994 -994
  32. package/dist/components/page_alert/import.xml +120 -120
  33. package/dist/components/pagination/import.xml +22 -22
  34. package/dist/components/tab/import.xml +766 -766
  35. package/dist/components/updated_date/import.xml +22 -22
  36. package/dist/components/widgets/import.xml +22 -22
  37. package/dist/js/main.js +8 -9
  38. package/dist/js/main.js.map +1 -1
  39. package/dist/main.css +126 -52
  40. package/dist/main.css.map +1 -1
  41. package/package-lock.json +2327 -6830
  42. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## Unreleased
9
9
 
10
+ ## 1.0.77 - 2023-08-18
11
+
10
12
  ## 1.0.75 - 2023-08-11
11
13
 
12
14
  ## 1.0.74 - 2023-08-10
package/README.md CHANGED
@@ -1,9 +1,27 @@
1
- # Queensland Health Design System
2
- ## This is an alpha version and is not production ready
1
+ # The Design System by Qld Health
2
+ ## This is an alpha version, provided to the community for their use. Qld Health will not provide support for this design system.
3
3
 
4
- If you are using assets from this Repo, please send an email to designandcapability@chde.qld.gov.au so we can add you to our change management communications list
4
+ If you are using assets from this Repo, please send an email to qgdesignsystem@chde.qld.gov.au so we can add you to the change management communications list for the formal future state Qld Gov Design System.
5
5
 
6
- An attached MIT (basic) licence with “THIS REPOSITORY (SOFTWARE) IS PROVIDED AS IS WITHOUT WARRANTY”
6
+ Copyright (c) The State of Queensland 2023 (Queensland Health)
7
+
8
+ Permission is hereby granted, free of charge, to any person obtaining a copy
9
+ of this software and associated documentation files (the "Software"), to deal
10
+ in the Software without restriction, including without limitation the rights
11
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
12
+ copies of the Software, and to permit persons to whom the Software is
13
+ furnished to do so, subject to the following conditions:
14
+
15
+ The above copyright notice and this permission notice shall be included in all
16
+ copies or substantial portions of the Software.
17
+
18
+ THIS REPOSITORY SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
21
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
22
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
23
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
24
+ SOFTWARE.
7
25
 
8
26
  This boilerplate is the frontend starting point for design cutups and front end component development for the Queensland Design System.
9
27
 
@@ -435,33 +453,6 @@ To import your finished component, go to the Matrix Admin interface and in the '
435
453
 
436
454
  After successful import, you should have a new Content Template in Matrix with a Metadata Schema that matches your *manifest.json* file.
437
455
 
438
-
439
- ## Advanced Features
440
- ### Figma colour sync
441
-
442
- The Figma script pulls in all colour variables from the Figma file via the API which can be at '.figma.js'.
443
-
444
- By default the script points the design system file which can be updated to pull in new designs colour matrix.
445
-
446
- To pull in a new colour matrix you will need to update line 6 with the new path.
447
- ```
448
- /qKsxl3ogIlBp7dafgxXuCA
449
- ```
450
- The new path can be found in the url of the figma file, simply copy the figma file id '/file/<figma-file-id>'.
451
- e.g
452
- ```
453
- https://www.figma.com/file/**qKsxl3ogIlBp7dafgxXuCA**/QLDH-DDS?node-id=5990%3A97450&viewport=241%2C48%2C0.5
454
- ```
455
- Once the path has been updated and save you can now run the script with:
456
- ```
457
- npm run get-figma
458
- ```
459
- This will hit the figma API via a get request, process the values and save the new SASS varibles in:
460
- ```
461
- /src/styles/imports/figma.scss
462
- ```
463
- The figma variables can now be used by running either of the local or production scripts.
464
-
465
456
  ## General Boilerplate Features
466
457
  This section contains some general tips for writing code using this boilerplate
467
458
  ### Working in HTML files
@@ -1,7 +1,7 @@
1
1
  <?xml version="1.0" encoding="utf-8"?>
2
2
  <actions>
3
3
  <action>
4
- <action_id>create_Content_Container_Template_9398421694</action_id>
4
+ <action_id>create_Content_Container_Template_5776973677</action_id>
5
5
  <action_type>create_asset</action_type>
6
6
  <type_code>Content_Container_Template</type_code>
7
7
  <link_type>1</link_type>
@@ -11,83 +11,83 @@
11
11
  <is_exclusive>0</is_exclusive>
12
12
  </action>
13
13
  <action>
14
- <action_id>set_Content_Container_Template_9398421694_name</action_id>
14
+ <action_id>set_Content_Container_Template_5776973677_name</action_id>
15
15
  <action_type>set_attribute_value</action_type>
16
- <asset>[[output://create_Content_Container_Template_9398421694.assetid]]</asset>
16
+ <asset>[[output://create_Content_Container_Template_5776973677.assetid]]</asset>
17
17
  <attribute>name</attribute>
18
18
  <value><![CDATA[Global]]></value>
19
19
  </action>
20
20
 
21
21
  <action>
22
- <action_id>set_Content_Container_Template_9398421694_edit_interface_in_admin</action_id>
22
+ <action_id>set_Content_Container_Template_5776973677_edit_interface_in_admin</action_id>
23
23
  <action_type>set_attribute_value</action_type>
24
- <asset>[[output://create_Content_Container_Template_9398421694.assetid]]</asset>
24
+ <asset>[[output://create_Content_Container_Template_5776973677.assetid]]</asset>
25
25
  <attribute>edit_interface_in_admin</attribute>
26
26
  <value><![CDATA[1]]></value>
27
27
  </action>
28
28
 
29
29
  <action>
30
- <action_id>set_Content_Container_Template_9398421694_icon_color</action_id>
30
+ <action_id>set_Content_Container_Template_5776973677_icon_color</action_id>
31
31
  <action_type>set_attribute_value</action_type>
32
- <asset>[[output://create_Content_Container_Template_9398421694.assetid]]</asset>
32
+ <asset>[[output://create_Content_Container_Template_5776973677.assetid]]</asset>
33
33
  <attribute>icon_color</attribute>
34
34
  <value><![CDATA[blue]]></value>
35
35
  </action>
36
36
 
37
37
  <action>
38
- <action_id>create_Metadata_Schema_2437090726</action_id>
38
+ <action_id>create_Metadata_Schema_827892741</action_id>
39
39
  <action_type>create_asset</action_type>
40
40
  <type_code>Metadata_Schema</type_code>
41
41
  <link_type>1</link_type>
42
- <parentid>[[output://create_Content_Container_Template_9398421694.assetid]]</parentid>
42
+ <parentid>[[output://create_Content_Container_Template_5776973677.assetid]]</parentid>
43
43
  <value></value>
44
44
  <is_dependant>0</is_dependant>
45
45
  <is_exclusive>0</is_exclusive>
46
46
  </action>
47
47
  <action>
48
- <action_id>set_Metadata_Schema_2437090726_name</action_id>
48
+ <action_id>set_Metadata_Schema_827892741_name</action_id>
49
49
  <action_type>set_attribute_value</action_type>
50
- <asset>[[output://create_Metadata_Schema_2437090726.assetid]]</asset>
50
+ <asset>[[output://create_Metadata_Schema_827892741.assetid]]</asset>
51
51
  <attribute>name</attribute>
52
52
  <value><![CDATA[Global]]></value>
53
53
  </action>
54
54
  <action>
55
- <action_id>set_permission_2437090726_read_5</action_id>
55
+ <action_id>set_permission_827892741_read_5</action_id>
56
56
  <action_type>set_permission</action_type>
57
- <asset>[[output://create_Metadata_Schema_2437090726.assetid]]</asset>
57
+ <asset>[[output://create_Metadata_Schema_827892741.assetid]]</asset>
58
58
  <permission>1</permission>
59
59
  <granted>1</granted>
60
60
  <userid>[[system://public_user]]</userid>
61
61
  </action>
62
62
 
63
63
  <action>
64
- <action_id>create_Metadata_Section_5554359260</action_id>
64
+ <action_id>create_Metadata_Section_3550575804</action_id>
65
65
  <action_type>create_asset</action_type>
66
66
  <type_code>Metadata_Section</type_code>
67
67
  <link_type>2</link_type>
68
- <parentid>[[output://create_Metadata_Schema_2437090726.assetid]]</parentid>
68
+ <parentid>[[output://create_Metadata_Schema_827892741.assetid]]</parentid>
69
69
  <value></value>
70
70
  <is_dependant>1</is_dependant>
71
71
  <is_exclusive>0</is_exclusive>
72
72
  </action>
73
73
  <action>
74
- <action_id>add_Metadata_Section_5554359260_path</action_id>
74
+ <action_id>add_Metadata_Section_3550575804_path</action_id>
75
75
  <action_type>add_web_path</action_type>
76
- <asset>[[output://create_Metadata_Section_5554359260.assetid]]</asset>
77
- <parent_asset>[[output://create_Metadata_Schema_2437090726.assetid]]</parent_asset>
76
+ <asset>[[output://create_Metadata_Section_3550575804.assetid]]</asset>
77
+ <parent_asset>[[output://create_Metadata_Schema_827892741.assetid]]</parent_asset>
78
78
  <path>settings</path>
79
79
  </action>
80
80
  <action>
81
- <action_id>set_Metadata_Section_5554359260_name</action_id>
81
+ <action_id>set_Metadata_Section_3550575804_name</action_id>
82
82
  <action_type>set_attribute_value</action_type>
83
- <asset>[[output://create_Metadata_Section_5554359260.assetid]]</asset>
83
+ <asset>[[output://create_Metadata_Section_3550575804.assetid]]</asset>
84
84
  <attribute>name</attribute>
85
85
  <value><![CDATA[Settings]]></value>
86
86
  </action>
87
87
  <action>
88
- <action_id>set_permission_5554359260_read_5</action_id>
88
+ <action_id>set_permission_3550575804_read_5</action_id>
89
89
  <action_type>set_permission</action_type>
90
- <asset>[[output://create_Metadata_Section_5554359260.assetid]]</asset>
90
+ <asset>[[output://create_Metadata_Section_3550575804.assetid]]</asset>
91
91
  <permission>1</permission>
92
92
  <granted>1</granted>
93
93
  <userid>[[system://public_user]]</userid>
@@ -1,7 +1,7 @@
1
1
  <?xml version="1.0" encoding="utf-8"?>
2
2
  <actions>
3
3
  <action>
4
- <action_id>create_Content_Container_Template_4761262879</action_id>
4
+ <action_id>create_Content_Container_Template_9147948799</action_id>
5
5
  <action_type>create_asset</action_type>
6
6
  <type_code>Content_Container_Template</type_code>
7
7
  <link_type>1</link_type>
@@ -11,287 +11,287 @@
11
11
  <is_exclusive>0</is_exclusive>
12
12
  </action>
13
13
  <action>
14
- <action_id>set_Content_Container_Template_4761262879_name</action_id>
14
+ <action_id>set_Content_Container_Template_9147948799_name</action_id>
15
15
  <action_type>set_attribute_value</action_type>
16
- <asset>[[output://create_Content_Container_Template_4761262879.assetid]]</asset>
16
+ <asset>[[output://create_Content_Container_Template_9147948799.assetid]]</asset>
17
17
  <attribute>name</attribute>
18
18
  <value><![CDATA[[component_name]]]></value>
19
19
  </action>
20
20
 
21
21
  <action>
22
- <action_id>set_Content_Container_Template_4761262879_edit_interface_in_admin</action_id>
22
+ <action_id>set_Content_Container_Template_9147948799_edit_interface_in_admin</action_id>
23
23
  <action_type>set_attribute_value</action_type>
24
- <asset>[[output://create_Content_Container_Template_4761262879.assetid]]</asset>
24
+ <asset>[[output://create_Content_Container_Template_9147948799.assetid]]</asset>
25
25
  <attribute>edit_interface_in_admin</attribute>
26
26
  <value><![CDATA[1]]></value>
27
27
  </action>
28
28
 
29
29
  <action>
30
- <action_id>set_Content_Container_Template_4761262879_icon_color</action_id>
30
+ <action_id>set_Content_Container_Template_9147948799_icon_color</action_id>
31
31
  <action_type>set_attribute_value</action_type>
32
- <asset>[[output://create_Content_Container_Template_4761262879.assetid]]</asset>
32
+ <asset>[[output://create_Content_Container_Template_9147948799.assetid]]</asset>
33
33
  <attribute>icon_color</attribute>
34
34
  <value><![CDATA[blue]]></value>
35
35
  </action>
36
36
 
37
37
  <action>
38
- <action_id>create_Metadata_Schema_3254530003</action_id>
38
+ <action_id>create_Metadata_Schema_7090775991</action_id>
39
39
  <action_type>create_asset</action_type>
40
40
  <type_code>Metadata_Schema</type_code>
41
41
  <link_type>1</link_type>
42
- <parentid>[[output://create_Content_Container_Template_4761262879.assetid]]</parentid>
42
+ <parentid>[[output://create_Content_Container_Template_9147948799.assetid]]</parentid>
43
43
  <value></value>
44
44
  <is_dependant>0</is_dependant>
45
45
  <is_exclusive>0</is_exclusive>
46
46
  </action>
47
47
  <action>
48
- <action_id>set_Metadata_Schema_3254530003_name</action_id>
48
+ <action_id>set_Metadata_Schema_7090775991_name</action_id>
49
49
  <action_type>set_attribute_value</action_type>
50
- <asset>[[output://create_Metadata_Schema_3254530003.assetid]]</asset>
50
+ <asset>[[output://create_Metadata_Schema_7090775991.assetid]]</asset>
51
51
  <attribute>name</attribute>
52
52
  <value><![CDATA[[component_name]]]></value>
53
53
  </action>
54
54
  <action>
55
- <action_id>set_permission_3254530003_read_5</action_id>
55
+ <action_id>set_permission_7090775991_read_5</action_id>
56
56
  <action_type>set_permission</action_type>
57
- <asset>[[output://create_Metadata_Schema_3254530003.assetid]]</asset>
57
+ <asset>[[output://create_Metadata_Schema_7090775991.assetid]]</asset>
58
58
  <permission>1</permission>
59
59
  <granted>1</granted>
60
60
  <userid>[[system://public_user]]</userid>
61
61
  </action>
62
62
 
63
63
  <action>
64
- <action_id>create_Metadata_Section_5002184709</action_id>
64
+ <action_id>create_Metadata_Section_8053960285</action_id>
65
65
  <action_type>create_asset</action_type>
66
66
  <type_code>Metadata_Section</type_code>
67
67
  <link_type>2</link_type>
68
- <parentid>[[output://create_Metadata_Schema_3254530003.assetid]]</parentid>
68
+ <parentid>[[output://create_Metadata_Schema_7090775991.assetid]]</parentid>
69
69
  <value></value>
70
70
  <is_dependant>1</is_dependant>
71
71
  <is_exclusive>0</is_exclusive>
72
72
  </action>
73
73
  <action>
74
- <action_id>add_Metadata_Section_5002184709_path</action_id>
74
+ <action_id>add_Metadata_Section_8053960285_path</action_id>
75
75
  <action_type>add_web_path</action_type>
76
- <asset>[[output://create_Metadata_Section_5002184709.assetid]]</asset>
77
- <parent_asset>[[output://create_Metadata_Schema_3254530003.assetid]]</parent_asset>
76
+ <asset>[[output://create_Metadata_Section_8053960285.assetid]]</asset>
77
+ <parent_asset>[[output://create_Metadata_Schema_7090775991.assetid]]</parent_asset>
78
78
  <path>settings</path>
79
79
  </action>
80
80
  <action>
81
- <action_id>set_Metadata_Section_5002184709_name</action_id>
81
+ <action_id>set_Metadata_Section_8053960285_name</action_id>
82
82
  <action_type>set_attribute_value</action_type>
83
- <asset>[[output://create_Metadata_Section_5002184709.assetid]]</asset>
83
+ <asset>[[output://create_Metadata_Section_8053960285.assetid]]</asset>
84
84
  <attribute>name</attribute>
85
85
  <value><![CDATA[Settings]]></value>
86
86
  </action>
87
87
  <action>
88
- <action_id>set_permission_5002184709_read_5</action_id>
88
+ <action_id>set_permission_8053960285_read_5</action_id>
89
89
  <action_type>set_permission</action_type>
90
- <asset>[[output://create_Metadata_Section_5002184709.assetid]]</asset>
90
+ <asset>[[output://create_Metadata_Section_8053960285.assetid]]</asset>
91
91
  <permission>1</permission>
92
92
  <granted>1</granted>
93
93
  <userid>[[system://public_user]]</userid>
94
94
  </action>
95
95
 
96
96
  <action>
97
- <action_id>create_metadata_field_text_8545879170</action_id>
97
+ <action_id>create_metadata_field_text_7158683300</action_id>
98
98
  <action_type>create_asset</action_type>
99
99
  <type_code>metadata_field_text</type_code>
100
100
  <link_type>2</link_type>
101
- <parentid>[[output://create_Metadata_Section_5002184709.assetid]]</parentid>
101
+ <parentid>[[output://create_Metadata_Section_8053960285.assetid]]</parentid>
102
102
  <value></value>
103
103
  <is_dependant>1</is_dependant>
104
104
  <is_exclusive>0</is_exclusive>
105
105
  </action>
106
106
  <action>
107
- <action_id>set_metadata_field_text_8545879170_name</action_id>
107
+ <action_id>set_metadata_field_text_7158683300_name</action_id>
108
108
  <action_type>set_attribute_value</action_type>
109
- <asset>[[output://create_metadata_field_text_8545879170.assetid]]</asset>
109
+ <asset>[[output://create_metadata_field_text_7158683300.assetid]]</asset>
110
110
  <attribute>name</attribute>
111
111
  <value><![CDATA[field1]]></value>
112
112
  </action>
113
113
  <action>
114
- <action_id>set_metadata_field_text_8545879170_friendly_name</action_id>
114
+ <action_id>set_metadata_field_text_7158683300_friendly_name</action_id>
115
115
  <action_type>set_attribute_value</action_type>
116
- <asset>[[output://create_metadata_field_text_8545879170.assetid]]</asset>
116
+ <asset>[[output://create_metadata_field_text_7158683300.assetid]]</asset>
117
117
  <attribute>friendly_name</attribute>
118
118
  <value><![CDATA[Field 1]]></value>
119
119
  </action>
120
120
  <action>
121
- <action_id>set_metadata_field_text_8545879170_default</action_id>
121
+ <action_id>set_metadata_field_text_7158683300_default</action_id>
122
122
  <action_type>set_attribute_value</action_type>
123
- <asset>[[output://create_metadata_field_text_8545879170.assetid]]</asset>
123
+ <asset>[[output://create_metadata_field_text_7158683300.assetid]]</asset>
124
124
  <attribute>default</attribute>
125
125
  <value><![CDATA[Example text]]></value>
126
126
  </action>
127
127
  <action>
128
- <action_id>set_metadata_field_text_8545879170_description</action_id>
128
+ <action_id>set_metadata_field_text_7158683300_description</action_id>
129
129
  <action_type>set_attribute_value</action_type>
130
- <asset>[[output://create_metadata_field_text_8545879170.assetid]]</asset>
130
+ <asset>[[output://create_metadata_field_text_7158683300.assetid]]</asset>
131
131
  <attribute>description</attribute>
132
132
  <value><![CDATA[A text field]]></value>
133
133
  </action>
134
134
  <action>
135
- <action_id>set_metadata_field_text_8545879170_editable</action_id>
135
+ <action_id>set_metadata_field_text_7158683300_editable</action_id>
136
136
  <action_type>set_attribute_value</action_type>
137
- <asset>[[output://create_metadata_field_text_8545879170.assetid]]</asset>
137
+ <asset>[[output://create_metadata_field_text_7158683300.assetid]]</asset>
138
138
  <attribute>editable</attribute>
139
139
  <value><![CDATA[1]]></value>
140
140
  </action>
141
141
  <action>
142
- <action_id>set_metadata_field_text_8545879170_editable</action_id>
142
+ <action_id>set_metadata_field_text_7158683300_editable</action_id>
143
143
  <action_type>set_attribute_value</action_type>
144
- <asset>[[output://create_metadata_field_text_8545879170.assetid]]</asset>
144
+ <asset>[[output://create_metadata_field_text_7158683300.assetid]]</asset>
145
145
  <attribute>editable</attribute>
146
146
  <value><![CDATA[1]]></value>
147
147
  </action>
148
148
  <action>
149
- <action_id>set_metadata_field_text_8545879170_required</action_id>
149
+ <action_id>set_metadata_field_text_7158683300_required</action_id>
150
150
  <action_type>set_attribute_value</action_type>
151
- <asset>[[output://create_metadata_field_text_8545879170.assetid]]</asset>
151
+ <asset>[[output://create_metadata_field_text_7158683300.assetid]]</asset>
152
152
  <attribute>required</attribute>
153
153
  <value><![CDATA[0]]></value>
154
154
  </action>
155
155
  <action>
156
- <action_id>set_permission_8545879170_read_5</action_id>
156
+ <action_id>set_permission_7158683300_read_5</action_id>
157
157
  <action_type>set_permission</action_type>
158
- <asset>[[output://create_metadata_field_text_8545879170.assetid]]</asset>
158
+ <asset>[[output://create_metadata_field_text_7158683300.assetid]]</asset>
159
159
  <permission>1</permission>
160
160
  <granted>1</granted>
161
161
  <userid>[[system://public_user]]</userid>
162
162
  </action>
163
163
 
164
164
  <action>
165
- <action_id>create_metadata_field_related_asset_482848093</action_id>
165
+ <action_id>create_metadata_field_related_asset_3765498516</action_id>
166
166
  <action_type>create_asset</action_type>
167
167
  <type_code>metadata_field_related_asset</type_code>
168
168
  <link_type>2</link_type>
169
- <parentid>[[output://create_Metadata_Section_5002184709.assetid]]</parentid>
169
+ <parentid>[[output://create_Metadata_Section_8053960285.assetid]]</parentid>
170
170
  <value></value>
171
171
  <is_dependant>1</is_dependant>
172
172
  <is_exclusive>0</is_exclusive>
173
173
  </action>
174
174
  <action>
175
- <action_id>set_metadata_field_related_asset_482848093_name</action_id>
175
+ <action_id>set_metadata_field_related_asset_3765498516_name</action_id>
176
176
  <action_type>set_attribute_value</action_type>
177
- <asset>[[output://create_metadata_field_related_asset_482848093.assetid]]</asset>
177
+ <asset>[[output://create_metadata_field_related_asset_3765498516.assetid]]</asset>
178
178
  <attribute>name</attribute>
179
179
  <value><![CDATA[root_node]]></value>
180
180
  </action>
181
181
  <action>
182
- <action_id>set_metadata_field_related_asset_482848093_friendly_name</action_id>
182
+ <action_id>set_metadata_field_related_asset_3765498516_friendly_name</action_id>
183
183
  <action_type>set_attribute_value</action_type>
184
- <asset>[[output://create_metadata_field_related_asset_482848093.assetid]]</asset>
184
+ <asset>[[output://create_metadata_field_related_asset_3765498516.assetid]]</asset>
185
185
  <attribute>friendly_name</attribute>
186
186
  <value><![CDATA[Parent asset (populates 'children' and 'childrenThumbnails')]]></value>
187
187
  </action>
188
188
  <action>
189
- <action_id>set_metadata_field_related_asset_482848093_default</action_id>
189
+ <action_id>set_metadata_field_related_asset_3765498516_default</action_id>
190
190
  <action_type>set_attribute_value</action_type>
191
- <asset>[[output://create_metadata_field_related_asset_482848093.assetid]]</asset>
191
+ <asset>[[output://create_metadata_field_related_asset_3765498516.assetid]]</asset>
192
192
  <attribute>default</attribute>
193
193
  <value><![CDATA[123]]></value>
194
194
  </action>
195
195
  <action>
196
- <action_id>set_metadata_field_related_asset_482848093_description</action_id>
196
+ <action_id>set_metadata_field_related_asset_3765498516_description</action_id>
197
197
  <action_type>set_attribute_value</action_type>
198
- <asset>[[output://create_metadata_field_related_asset_482848093.assetid]]</asset>
198
+ <asset>[[output://create_metadata_field_related_asset_3765498516.assetid]]</asset>
199
199
  <attribute>description</attribute>
200
200
  <value><![CDATA[]]></value>
201
201
  </action>
202
202
  <action>
203
- <action_id>set_metadata_field_related_asset_482848093_editable</action_id>
203
+ <action_id>set_metadata_field_related_asset_3765498516_editable</action_id>
204
204
  <action_type>set_attribute_value</action_type>
205
- <asset>[[output://create_metadata_field_related_asset_482848093.assetid]]</asset>
205
+ <asset>[[output://create_metadata_field_related_asset_3765498516.assetid]]</asset>
206
206
  <attribute>editable</attribute>
207
207
  <value><![CDATA[1]]></value>
208
208
  </action>
209
209
  <action>
210
- <action_id>set_metadata_field_related_asset_482848093_editable</action_id>
210
+ <action_id>set_metadata_field_related_asset_3765498516_editable</action_id>
211
211
  <action_type>set_attribute_value</action_type>
212
- <asset>[[output://create_metadata_field_related_asset_482848093.assetid]]</asset>
212
+ <asset>[[output://create_metadata_field_related_asset_3765498516.assetid]]</asset>
213
213
  <attribute>editable</attribute>
214
214
  <value><![CDATA[1]]></value>
215
215
  </action>
216
216
  <action>
217
- <action_id>set_metadata_field_related_asset_482848093_required</action_id>
217
+ <action_id>set_metadata_field_related_asset_3765498516_required</action_id>
218
218
  <action_type>set_attribute_value</action_type>
219
- <asset>[[output://create_metadata_field_related_asset_482848093.assetid]]</asset>
219
+ <asset>[[output://create_metadata_field_related_asset_3765498516.assetid]]</asset>
220
220
  <attribute>required</attribute>
221
221
  <value><![CDATA[0]]></value>
222
222
  </action>
223
223
  <action>
224
- <action_id>set_permission_482848093_read_5</action_id>
224
+ <action_id>set_permission_3765498516_read_5</action_id>
225
225
  <action_type>set_permission</action_type>
226
- <asset>[[output://create_metadata_field_related_asset_482848093.assetid]]</asset>
226
+ <asset>[[output://create_metadata_field_related_asset_3765498516.assetid]]</asset>
227
227
  <permission>1</permission>
228
228
  <granted>1</granted>
229
229
  <userid>[[system://public_user]]</userid>
230
230
  </action>
231
231
 
232
232
  <action>
233
- <action_id>create_metadata_field_related_asset_9918056928</action_id>
233
+ <action_id>create_metadata_field_related_asset_3142915402</action_id>
234
234
  <action_type>create_asset</action_type>
235
235
  <type_code>metadata_field_related_asset</type_code>
236
236
  <link_type>2</link_type>
237
- <parentid>[[output://create_Metadata_Section_5002184709.assetid]]</parentid>
237
+ <parentid>[[output://create_Metadata_Section_8053960285.assetid]]</parentid>
238
238
  <value></value>
239
239
  <is_dependant>1</is_dependant>
240
240
  <is_exclusive>0</is_exclusive>
241
241
  </action>
242
242
  <action>
243
- <action_id>set_metadata_field_related_asset_9918056928_name</action_id>
243
+ <action_id>set_metadata_field_related_asset_3142915402_name</action_id>
244
244
  <action_type>set_attribute_value</action_type>
245
- <asset>[[output://create_metadata_field_related_asset_9918056928.assetid]]</asset>
245
+ <asset>[[output://create_metadata_field_related_asset_3142915402.assetid]]</asset>
246
246
  <attribute>name</attribute>
247
247
  <value><![CDATA[asset_select]]></value>
248
248
  </action>
249
249
  <action>
250
- <action_id>set_metadata_field_related_asset_9918056928_friendly_name</action_id>
250
+ <action_id>set_metadata_field_related_asset_3142915402_friendly_name</action_id>
251
251
  <action_type>set_attribute_value</action_type>
252
- <asset>[[output://create_metadata_field_related_asset_9918056928.assetid]]</asset>
252
+ <asset>[[output://create_metadata_field_related_asset_3142915402.assetid]]</asset>
253
253
  <attribute>friendly_name</attribute>
254
254
  <value><![CDATA[Assets to link to (populates 'assets')]]></value>
255
255
  </action>
256
256
  <action>
257
- <action_id>set_metadata_field_related_asset_9918056928_default</action_id>
257
+ <action_id>set_metadata_field_related_asset_3142915402_default</action_id>
258
258
  <action_type>set_attribute_value</action_type>
259
- <asset>[[output://create_metadata_field_related_asset_9918056928.assetid]]</asset>
259
+ <asset>[[output://create_metadata_field_related_asset_3142915402.assetid]]</asset>
260
260
  <attribute>default</attribute>
261
261
  <value><![CDATA[1; 2; 3]]></value>
262
262
  </action>
263
263
  <action>
264
- <action_id>set_metadata_field_related_asset_9918056928_description</action_id>
264
+ <action_id>set_metadata_field_related_asset_3142915402_description</action_id>
265
265
  <action_type>set_attribute_value</action_type>
266
- <asset>[[output://create_metadata_field_related_asset_9918056928.assetid]]</asset>
266
+ <asset>[[output://create_metadata_field_related_asset_3142915402.assetid]]</asset>
267
267
  <attribute>description</attribute>
268
268
  <value><![CDATA[]]></value>
269
269
  </action>
270
270
  <action>
271
- <action_id>set_metadata_field_related_asset_9918056928_editable</action_id>
271
+ <action_id>set_metadata_field_related_asset_3142915402_editable</action_id>
272
272
  <action_type>set_attribute_value</action_type>
273
- <asset>[[output://create_metadata_field_related_asset_9918056928.assetid]]</asset>
273
+ <asset>[[output://create_metadata_field_related_asset_3142915402.assetid]]</asset>
274
274
  <attribute>editable</attribute>
275
275
  <value><![CDATA[1]]></value>
276
276
  </action>
277
277
  <action>
278
- <action_id>set_metadata_field_related_asset_9918056928_editable</action_id>
278
+ <action_id>set_metadata_field_related_asset_3142915402_editable</action_id>
279
279
  <action_type>set_attribute_value</action_type>
280
- <asset>[[output://create_metadata_field_related_asset_9918056928.assetid]]</asset>
280
+ <asset>[[output://create_metadata_field_related_asset_3142915402.assetid]]</asset>
281
281
  <attribute>editable</attribute>
282
282
  <value><![CDATA[1]]></value>
283
283
  </action>
284
284
  <action>
285
- <action_id>set_metadata_field_related_asset_9918056928_required</action_id>
285
+ <action_id>set_metadata_field_related_asset_3142915402_required</action_id>
286
286
  <action_type>set_attribute_value</action_type>
287
- <asset>[[output://create_metadata_field_related_asset_9918056928.assetid]]</asset>
287
+ <asset>[[output://create_metadata_field_related_asset_3142915402.assetid]]</asset>
288
288
  <attribute>required</attribute>
289
289
  <value><![CDATA[0]]></value>
290
290
  </action>
291
291
  <action>
292
- <action_id>set_permission_9918056928_read_5</action_id>
292
+ <action_id>set_permission_3142915402_read_5</action_id>
293
293
  <action_type>set_permission</action_type>
294
- <asset>[[output://create_metadata_field_related_asset_9918056928.assetid]]</asset>
294
+ <asset>[[output://create_metadata_field_related_asset_3142915402.assetid]]</asset>
295
295
  <permission>1</permission>
296
296
  <granted>1</granted>
297
297
  <userid>[[system://public_user]]</userid>