@qhealth-design-system/core 1.0.68 → 1.0.69

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 (138) hide show
  1. package/.merge_file_MU8EC4 +1698 -0
  2. package/.merge_file_PxqYuw +953 -0
  3. package/.merge_file_Tl7iXx +953 -0
  4. package/.vscode/settings.json +2 -0
  5. package/CHANGELOG.md +2 -0
  6. package/dist/component-a-z_listing.html +902 -0
  7. package/dist/component-abstract.html +8 -2
  8. package/dist/component-accordion.html +8 -2
  9. package/dist/component-banner.html +8 -2
  10. package/dist/component-banner_advanced.html +8 -2
  11. package/dist/component-banner_basic.html +8 -2
  12. package/dist/component-banner_intermediate.html +8 -2
  13. package/dist/component-basic_search.html +2 -2
  14. package/dist/component-body.html +8 -2
  15. package/dist/component-breadcrumbs.html +8 -2
  16. package/dist/component-btn.html +8 -2
  17. package/dist/component-callout.html +8 -2
  18. package/dist/component-card_feature.html +8 -2
  19. package/dist/component-card_multi_action.html +8 -2
  20. package/dist/component-card_no_action.html +8 -2
  21. package/dist/component-card_single_action.html +8 -2
  22. package/dist/component-code.html +16 -3
  23. package/dist/component-data_table.html +955 -0
  24. package/dist/component-footer.html +8 -2
  25. package/dist/component-forms.html +9 -3
  26. package/dist/component-global-elements.html +876 -2
  27. package/dist/component-global_alert.html +8 -2
  28. package/dist/component-header.html +8 -2
  29. package/dist/component-in_page_navigation.html +8 -2
  30. package/dist/component-internal_navigation.html +20 -2
  31. package/dist/component-left_hand_navigation.html +8 -2
  32. package/dist/component-main_navigation.html +11 -5
  33. package/dist/component-mega_main_navigation.html +11 -5
  34. package/dist/component-multi_column.html +8 -2
  35. package/dist/component-page_alert.html +8 -2
  36. package/dist/component-pagination.html +8 -2
  37. package/dist/component-tab.html +8 -2
  38. package/dist/component-tag_list.html +8 -2
  39. package/dist/component-updated_date.html +8 -2
  40. package/dist/component-widgets.html +8 -2
  41. package/dist/components/_global/import.xml +22 -22
  42. package/dist/components/_template/import.xml +76 -76
  43. package/dist/components/a-z_listing/import.xml +163 -0
  44. package/dist/components/a-z_listing/manifest.json +13541 -0
  45. package/dist/components/a-z_listing/presentation.js +25 -0
  46. package/dist/components/a-z_listing/static.html +12 -0
  47. package/dist/components/abstract/import.xml +58 -58
  48. package/dist/components/accordion/import.xml +502 -502
  49. package/dist/components/banner/import.xml +22 -22
  50. package/dist/components/banner_advanced/import.xml +498 -498
  51. package/dist/components/banner_basic/import.xml +226 -226
  52. package/dist/components/banner_intermediate/import.xml +374 -374
  53. package/dist/components/basic_search/import.xml +66 -66
  54. package/dist/components/body/import.xml +84 -84
  55. package/dist/components/breadcrumbs/import.xml +22 -22
  56. package/dist/components/callout/import.xml +240 -240
  57. package/dist/components/card_feature/import.xml +558 -558
  58. package/dist/components/card_multi_action/import.xml +386 -386
  59. package/dist/components/card_no_action/import.xml +364 -364
  60. package/dist/components/card_single_action/import.xml +386 -386
  61. package/dist/components/code/import.xml +290 -222
  62. package/dist/components/code/manifest.json +8 -0
  63. package/dist/components/data_table/import.xml +547 -0
  64. package/dist/components/data_table/manifest.json +74 -0
  65. package/dist/components/data_table/presentation.js +32 -0
  66. package/dist/components/data_table/static.html +18 -0
  67. package/dist/components/footer/import.xml +22 -22
  68. package/dist/components/global_alert/import.xml +22 -22
  69. package/dist/components/header/import.xml +22 -22
  70. package/dist/components/horizontal_rule/import.xml +138 -138
  71. package/dist/components/in_page_navigation/import.xml +62 -62
  72. package/dist/components/internal_navigation/import.xml +22 -22
  73. package/dist/components/internal_navigation/static.html +6 -0
  74. package/dist/components/left_hand_navigation/import.xml +76 -76
  75. package/dist/components/main_navigation/import.xml +22 -22
  76. package/dist/components/main_navigation/presentation.js +1 -1
  77. package/dist/components/main_navigation/static.html +1 -1
  78. package/dist/components/mega_main_navigation/import.xml +22 -22
  79. package/dist/components/mega_main_navigation/presentation.js +1 -1
  80. package/dist/components/mega_main_navigation/static.html +1 -1
  81. package/dist/components/multi_column/import.xml +994 -994
  82. package/dist/components/page_alert/import.xml +120 -120
  83. package/dist/components/pagination/import.xml +22 -22
  84. package/dist/components/tab/import.xml +766 -766
  85. package/dist/components/updated_date/import.xml +22 -22
  86. package/dist/components/widgets/import.xml +22 -22
  87. package/dist/components.html +9 -3
  88. package/dist/home.html +2 -2
  89. package/dist/index.html +2 -2
  90. package/dist/inner-with-nav.html +2 -2
  91. package/dist/inner.html +2 -2
  92. package/dist/js/helpers.js +14 -7
  93. package/dist/js/main.js +7 -7
  94. package/dist/js/main.js.map +1 -1
  95. package/dist/main.css +1 -1
  96. package/dist/main.css.map +1 -1
  97. package/dist/mysource_files/data-tables-csv-test.csv +3432 -0
  98. package/package-lock.json +28 -14
  99. package/package.json +3 -3
  100. package/src/assets/data-tables-csv-test.csv +3432 -0
  101. package/src/components/_global/css/forms/select/component.scss +1 -1
  102. package/src/components/_global/css/forms/text/component.scss +5 -1
  103. package/src/components/_global/css/global.scss +172 -6
  104. package/src/components/_global/css/grid-12/component.scss +7 -0
  105. package/src/components/_global/css/table/component.scss +341 -57
  106. package/src/components/a-z_listing/css/component.scss +147 -0
  107. package/src/components/a-z_listing/html/component.hbs +14 -0
  108. package/src/components/a-z_listing/js/global.js +65 -0
  109. package/src/components/a-z_listing/js/manifest.json +13541 -0
  110. package/src/components/accordion/js/global.js +22 -23
  111. package/src/components/basic_search/js/global.js +1 -1
  112. package/src/components/code/css/component.scss +2 -1
  113. package/src/components/code/js/manifest.json +8 -0
  114. package/src/components/data_table/css/component.scss +672 -0
  115. package/src/components/data_table/html/component.hbs +20 -0
  116. package/src/components/data_table/js/global.js +424 -0
  117. package/src/components/data_table/js/manifest.json +74 -0
  118. package/src/components/footer/css/component.scss +43 -19
  119. package/src/components/global_alert/css/component.scss +6 -0
  120. package/src/components/header/css/component.scss +6 -1
  121. package/src/components/in_page_navigation/css/component.scss +7 -0
  122. package/src/components/internal_navigation/css/component.scss +1 -0
  123. package/src/components/left_hand_navigation/css/component.scss +7 -0
  124. package/src/components/main_navigation/css/component.scss +62 -33
  125. package/src/components/main_navigation/html/component.hbs +1 -1
  126. package/src/components/mega_main_navigation/html/component.hbs +1 -1
  127. package/src/components/search_box/css/component.scss +1 -0
  128. package/src/components/widgets/css/component.scss +6 -0
  129. package/src/data/current.json +12 -0
  130. package/src/helpers/Handlebars/listAZ.js +13 -6
  131. package/src/helpers/Handlebars/listAZOptions.js +1 -1
  132. package/src/html/component-a-z_listing.html +85 -0
  133. package/src/html/component-data_table.html +85 -0
  134. package/src/html/component-forms.html +1 -1
  135. package/src/html/component-global-elements.html +868 -0
  136. package/src/html/components.html +1 -1
  137. package/src/styles/imports/cssbackup.css +885 -0
  138. package/src/styles/imports/variables.scss +12 -0
@@ -0,0 +1,1698 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <actions>
3
+ <action>
4
+ <<<<<<< .merge_file_MU8EC4
5
+ <action_id>create_Content_Container_Template_9284973461</action_id>
6
+ =======
7
+ <action_id>create_Content_Container_Template_6373828319</action_id>
8
+ >>>>>>> .merge_file_Tl7iXx
9
+ <action_type>create_asset</action_type>
10
+ <type_code>Content_Container_Template</type_code>
11
+ <link_type>1</link_type>
12
+ <parentid>1</parentid>
13
+ <value></value>
14
+ <is_dependant>0</is_dependant>
15
+ <is_exclusive>0</is_exclusive>
16
+ </action>
17
+ <action>
18
+ <<<<<<< .merge_file_MU8EC4
19
+ <action_id>set_Content_Container_Template_9284973461_name</action_id>
20
+ <action_type>set_attribute_value</action_type>
21
+ <asset>[[output://create_Content_Container_Template_9284973461.assetid]]</asset>
22
+ =======
23
+ <action_id>set_Content_Container_Template_6373828319_name</action_id>
24
+ <action_type>set_attribute_value</action_type>
25
+ <asset>[[output://create_Content_Container_Template_6373828319.assetid]]</asset>
26
+ >>>>>>> .merge_file_Tl7iXx
27
+ <attribute>name</attribute>
28
+ <value><![CDATA[Callout]]></value>
29
+ </action>
30
+
31
+ <action>
32
+ <<<<<<< .merge_file_MU8EC4
33
+ <action_id>set_Content_Container_Template_9284973461_edit_interface_in_admin</action_id>
34
+ <action_type>set_attribute_value</action_type>
35
+ <asset>[[output://create_Content_Container_Template_9284973461.assetid]]</asset>
36
+ =======
37
+ <action_id>set_Content_Container_Template_6373828319_edit_interface_in_admin</action_id>
38
+ <action_type>set_attribute_value</action_type>
39
+ <asset>[[output://create_Content_Container_Template_6373828319.assetid]]</asset>
40
+ >>>>>>> .merge_file_Tl7iXx
41
+ <attribute>edit_interface_in_admin</attribute>
42
+ <value><![CDATA[1]]></value>
43
+ </action>
44
+
45
+ <action>
46
+ <<<<<<< .merge_file_MU8EC4
47
+ <action_id>set_Content_Container_Template_9284973461_icon_color</action_id>
48
+ <action_type>set_attribute_value</action_type>
49
+ <asset>[[output://create_Content_Container_Template_9284973461.assetid]]</asset>
50
+ =======
51
+ <action_id>set_Content_Container_Template_6373828319_icon_color</action_id>
52
+ <action_type>set_attribute_value</action_type>
53
+ <asset>[[output://create_Content_Container_Template_6373828319.assetid]]</asset>
54
+ >>>>>>> .merge_file_Tl7iXx
55
+ <attribute>icon_color</attribute>
56
+ <value><![CDATA[blue]]></value>
57
+ </action>
58
+
59
+ <action>
60
+ <<<<<<< .merge_file_MU8EC4
61
+ <action_id>create_Metadata_Schema_3346431197</action_id>
62
+ <action_type>create_asset</action_type>
63
+ <type_code>Metadata_Schema</type_code>
64
+ <link_type>1</link_type>
65
+ <parentid>[[output://create_Content_Container_Template_9284973461.assetid]]</parentid>
66
+ =======
67
+ <action_id>create_Metadata_Schema_9552619065</action_id>
68
+ <action_type>create_asset</action_type>
69
+ <type_code>Metadata_Schema</type_code>
70
+ <link_type>1</link_type>
71
+ <parentid>[[output://create_Content_Container_Template_6373828319.assetid]]</parentid>
72
+ >>>>>>> .merge_file_Tl7iXx
73
+ <value></value>
74
+ <is_dependant>0</is_dependant>
75
+ <is_exclusive>0</is_exclusive>
76
+ </action>
77
+ <action>
78
+ <<<<<<< .merge_file_MU8EC4
79
+ <action_id>set_Metadata_Schema_3346431197_name</action_id>
80
+ <action_type>set_attribute_value</action_type>
81
+ <asset>[[output://create_Metadata_Schema_3346431197.assetid]]</asset>
82
+ =======
83
+ <action_id>set_Metadata_Schema_9552619065_name</action_id>
84
+ <action_type>set_attribute_value</action_type>
85
+ <asset>[[output://create_Metadata_Schema_9552619065.assetid]]</asset>
86
+ >>>>>>> .merge_file_Tl7iXx
87
+ <attribute>name</attribute>
88
+ <value><![CDATA[Callout]]></value>
89
+ </action>
90
+ <action>
91
+ <<<<<<< .merge_file_MU8EC4
92
+ <action_id>set_permission_3346431197_read_5</action_id>
93
+ <action_type>set_permission</action_type>
94
+ <asset>[[output://create_Metadata_Schema_3346431197.assetid]]</asset>
95
+ =======
96
+ <action_id>set_permission_9552619065_read_5</action_id>
97
+ <action_type>set_permission</action_type>
98
+ <asset>[[output://create_Metadata_Schema_9552619065.assetid]]</asset>
99
+ >>>>>>> .merge_file_Tl7iXx
100
+ <permission>1</permission>
101
+ <granted>1</granted>
102
+ <userid>[[system://public_user]]</userid>
103
+ </action>
104
+
105
+ <action>
106
+ <<<<<<< .merge_file_MU8EC4
107
+ <action_id>create_Metadata_Section_3565208778</action_id>
108
+ <action_type>create_asset</action_type>
109
+ <type_code>Metadata_Section</type_code>
110
+ <link_type>2</link_type>
111
+ <parentid>[[output://create_Metadata_Schema_3346431197.assetid]]</parentid>
112
+ =======
113
+ <action_id>create_Metadata_Section_7284589921</action_id>
114
+ <action_type>create_asset</action_type>
115
+ <type_code>Metadata_Section</type_code>
116
+ <link_type>2</link_type>
117
+ <parentid>[[output://create_Metadata_Schema_9552619065.assetid]]</parentid>
118
+ >>>>>>> .merge_file_Tl7iXx
119
+ <value></value>
120
+ <is_dependant>1</is_dependant>
121
+ <is_exclusive>0</is_exclusive>
122
+ </action>
123
+ <action>
124
+ <<<<<<< .merge_file_MU8EC4
125
+ <action_id>add_Metadata_Section_3565208778_path</action_id>
126
+ <action_type>add_web_path</action_type>
127
+ <asset>[[output://create_Metadata_Section_3565208778.assetid]]</asset>
128
+ <parent_asset>[[output://create_Metadata_Schema_3346431197.assetid]]</parent_asset>
129
+ <path>settings</path>
130
+ </action>
131
+ <action>
132
+ <action_id>set_Metadata_Section_3565208778_name</action_id>
133
+ <action_type>set_attribute_value</action_type>
134
+ <asset>[[output://create_Metadata_Section_3565208778.assetid]]</asset>
135
+ =======
136
+ <action_id>add_Metadata_Section_7284589921_path</action_id>
137
+ <action_type>add_web_path</action_type>
138
+ <asset>[[output://create_Metadata_Section_7284589921.assetid]]</asset>
139
+ <parent_asset>[[output://create_Metadata_Schema_9552619065.assetid]]</parent_asset>
140
+ <path>settings</path>
141
+ </action>
142
+ <action>
143
+ <action_id>set_Metadata_Section_7284589921_name</action_id>
144
+ <action_type>set_attribute_value</action_type>
145
+ <asset>[[output://create_Metadata_Section_7284589921.assetid]]</asset>
146
+ >>>>>>> .merge_file_Tl7iXx
147
+ <attribute>name</attribute>
148
+ <value><![CDATA[Settings]]></value>
149
+ </action>
150
+ <action>
151
+ <<<<<<< .merge_file_MU8EC4
152
+ <action_id>set_permission_3565208778_read_5</action_id>
153
+ <action_type>set_permission</action_type>
154
+ <asset>[[output://create_Metadata_Section_3565208778.assetid]]</asset>
155
+ =======
156
+ <action_id>set_permission_7284589921_read_5</action_id>
157
+ <action_type>set_permission</action_type>
158
+ <asset>[[output://create_Metadata_Section_7284589921.assetid]]</asset>
159
+ >>>>>>> .merge_file_Tl7iXx
160
+ <permission>1</permission>
161
+ <granted>1</granted>
162
+ <userid>[[system://public_user]]</userid>
163
+ </action>
164
+
165
+ <action>
166
+ <<<<<<< .merge_file_MU8EC4
167
+ <action_id>create_metadata_field_select_5981422178</action_id>
168
+ <action_type>create_asset</action_type>
169
+ <type_code>metadata_field_select</type_code>
170
+ <link_type>2</link_type>
171
+ <parentid>[[output://create_Metadata_Section_3565208778.assetid]]</parentid>
172
+ =======
173
+ <action_id>create_metadata_field_select_9598327555</action_id>
174
+ <action_type>create_asset</action_type>
175
+ <type_code>metadata_field_select</type_code>
176
+ <link_type>2</link_type>
177
+ <parentid>[[output://create_Metadata_Section_7284589921.assetid]]</parentid>
178
+ >>>>>>> .merge_file_Tl7iXx
179
+ <value></value>
180
+ <is_dependant>1</is_dependant>
181
+ <is_exclusive>0</is_exclusive>
182
+ </action>
183
+ <action>
184
+ <<<<<<< .merge_file_MU8EC4
185
+ <action_id>set_metadata_field_select_5981422178_name</action_id>
186
+ <action_type>set_attribute_value</action_type>
187
+ <asset>[[output://create_metadata_field_select_5981422178.assetid]]</asset>
188
+ =======
189
+ <action_id>set_metadata_field_select_9598327555_name</action_id>
190
+ <action_type>set_attribute_value</action_type>
191
+ <asset>[[output://create_metadata_field_select_9598327555.assetid]]</asset>
192
+ >>>>>>> .merge_file_Tl7iXx
193
+ <attribute>name</attribute>
194
+ <value><![CDATA[type]]></value>
195
+ </action>
196
+ <action>
197
+ <<<<<<< .merge_file_MU8EC4
198
+ <action_id>set_metadata_field_select_5981422178_friendly_name</action_id>
199
+ <action_type>set_attribute_value</action_type>
200
+ <asset>[[output://create_metadata_field_select_5981422178.assetid]]</asset>
201
+ =======
202
+ <action_id>set_metadata_field_select_9598327555_friendly_name</action_id>
203
+ <action_type>set_attribute_value</action_type>
204
+ <asset>[[output://create_metadata_field_select_9598327555.assetid]]</asset>
205
+ >>>>>>> .merge_file_Tl7iXx
206
+ <attribute>friendly_name</attribute>
207
+ <value><![CDATA[Type]]></value>
208
+ </action>
209
+ <action>
210
+ <<<<<<< .merge_file_MU8EC4
211
+ <action_id>set_metadata_field_select_5981422178_default</action_id>
212
+ <action_type>set_attribute_value</action_type>
213
+ <asset>[[output://create_metadata_field_select_5981422178.assetid]]</asset>
214
+ =======
215
+ <action_id>set_metadata_field_select_9598327555_default</action_id>
216
+ <action_type>set_attribute_value</action_type>
217
+ <asset>[[output://create_metadata_field_select_9598327555.assetid]]</asset>
218
+ >>>>>>> .merge_file_Tl7iXx
219
+ <attribute>default</attribute>
220
+ <value><![CDATA[]]></value>
221
+ </action>
222
+ <action>
223
+ <<<<<<< .merge_file_MU8EC4
224
+ <action_id>set_metadata_field_select_5981422178_description</action_id>
225
+ <action_type>set_attribute_value</action_type>
226
+ <asset>[[output://create_metadata_field_select_5981422178.assetid]]</asset>
227
+ =======
228
+ <action_id>set_metadata_field_select_9598327555_description</action_id>
229
+ <action_type>set_attribute_value</action_type>
230
+ <asset>[[output://create_metadata_field_select_9598327555.assetid]]</asset>
231
+ >>>>>>> .merge_file_Tl7iXx
232
+ <attribute>description</attribute>
233
+ <value><![CDATA[]]></value>
234
+ </action>
235
+ <action>
236
+ <<<<<<< .merge_file_MU8EC4
237
+ <action_id>set_metadata_field_select_5981422178_editable</action_id>
238
+ <action_type>set_attribute_value</action_type>
239
+ <asset>[[output://create_metadata_field_select_5981422178.assetid]]</asset>
240
+ =======
241
+ <action_id>set_metadata_field_select_9598327555_editable</action_id>
242
+ <action_type>set_attribute_value</action_type>
243
+ <asset>[[output://create_metadata_field_select_9598327555.assetid]]</asset>
244
+ >>>>>>> .merge_file_Tl7iXx
245
+ <attribute>editable</attribute>
246
+ <value><![CDATA[1]]></value>
247
+ </action>
248
+ <action>
249
+ <<<<<<< .merge_file_MU8EC4
250
+ <action_id>set_metadata_field_select_5981422178_editable</action_id>
251
+ <action_type>set_attribute_value</action_type>
252
+ <asset>[[output://create_metadata_field_select_5981422178.assetid]]</asset>
253
+ =======
254
+ <action_id>set_metadata_field_select_9598327555_editable</action_id>
255
+ <action_type>set_attribute_value</action_type>
256
+ <asset>[[output://create_metadata_field_select_9598327555.assetid]]</asset>
257
+ >>>>>>> .merge_file_Tl7iXx
258
+ <attribute>editable</attribute>
259
+ <value><![CDATA[1]]></value>
260
+ </action>
261
+ <action>
262
+ <<<<<<< .merge_file_MU8EC4
263
+ <action_id>set_metadata_field_select_5981422178_required</action_id>
264
+ <action_type>set_attribute_value</action_type>
265
+ <asset>[[output://create_metadata_field_select_5981422178.assetid]]</asset>
266
+ =======
267
+ <action_id>set_metadata_field_select_9598327555_required</action_id>
268
+ <action_type>set_attribute_value</action_type>
269
+ <asset>[[output://create_metadata_field_select_9598327555.assetid]]</asset>
270
+ >>>>>>> .merge_file_Tl7iXx
271
+ <attribute>required</attribute>
272
+ <value><![CDATA[0]]></value>
273
+ </action>
274
+ <action>
275
+ <<<<<<< .merge_file_MU8EC4
276
+ <action_id>set_permission_5981422178_read_5</action_id>
277
+ <action_type>set_permission</action_type>
278
+ <asset>[[output://create_metadata_field_select_5981422178.assetid]]</asset>
279
+ =======
280
+ <action_id>set_permission_9598327555_read_5</action_id>
281
+ <action_type>set_permission</action_type>
282
+ <asset>[[output://create_metadata_field_select_9598327555.assetid]]</asset>
283
+ >>>>>>> .merge_file_Tl7iXx
284
+ <permission>1</permission>
285
+ <granted>1</granted>
286
+ <userid>[[system://public_user]]</userid>
287
+ </action>
288
+
289
+ <action>
290
+ <<<<<<< .merge_file_MU8EC4
291
+ <action_id>set_metadata_field_select_5981422178_select_options</action_id>
292
+ <action_type>set_attribute_value</action_type>
293
+ <asset>[[output://create_metadata_field_select_5981422178.assetid]]</asset>
294
+ =======
295
+ <action_id>set_metadata_field_select_9598327555_select_options</action_id>
296
+ <action_type>set_attribute_value</action_type>
297
+ <asset>[[output://create_metadata_field_select_9598327555.assetid]]</asset>
298
+ >>>>>>> .merge_file_Tl7iXx
299
+ <attribute>select_options</attribute>
300
+ <value><![CDATA[array ('' => 'Callout','qld__callout--calendar-event' => 'Calendar',);]]></value>
301
+ </action>
302
+ <action>
303
+ <<<<<<< .merge_file_MU8EC4
304
+ <action_id>set_{f.type}_5981422178_edit_params</action_id>
305
+ <action_type>set_attribute_value</action_type>
306
+ <asset>[[output://create_metadata_field_select_5981422178.assetid]]</asset>
307
+ =======
308
+ <action_id>set_{f.type}_9598327555_edit_params</action_id>
309
+ <action_type>set_attribute_value</action_type>
310
+ <asset>[[output://create_metadata_field_select_9598327555.assetid]]</asset>
311
+ >>>>>>> .merge_file_Tl7iXx
312
+ <attribute>edit_params</attribute>
313
+ <value><![CDATA[array (
314
+ 'style' => 'list',
315
+ 'type' => 'table',
316
+ 'height' => '',
317
+ 'columns' => '1',
318
+ 'empty_text' => '',
319
+ 'extras' => '',
320
+ );]]></value>
321
+ </action>
322
+
323
+ <action>
324
+ <<<<<<< .merge_file_MU8EC4
325
+ <action_id>create_metadata_field_select_5987478918</action_id>
326
+ <action_type>create_asset</action_type>
327
+ <type_code>metadata_field_select</type_code>
328
+ <link_type>2</link_type>
329
+ <parentid>[[output://create_Metadata_Section_3565208778.assetid]]</parentid>
330
+ =======
331
+ <action_id>create_metadata_field_select_5390401809</action_id>
332
+ <action_type>create_asset</action_type>
333
+ <type_code>metadata_field_select</type_code>
334
+ <link_type>2</link_type>
335
+ <parentid>[[output://create_Metadata_Section_7284589921.assetid]]</parentid>
336
+ >>>>>>> .merge_file_Tl7iXx
337
+ <value></value>
338
+ <is_dependant>1</is_dependant>
339
+ <is_exclusive>0</is_exclusive>
340
+ </action>
341
+ <action>
342
+ <<<<<<< .merge_file_MU8EC4
343
+ <action_id>set_metadata_field_select_5987478918_name</action_id>
344
+ <action_type>set_attribute_value</action_type>
345
+ <asset>[[output://create_metadata_field_select_5987478918.assetid]]</asset>
346
+ =======
347
+ <action_id>set_metadata_field_select_5390401809_name</action_id>
348
+ <action_type>set_attribute_value</action_type>
349
+ <asset>[[output://create_metadata_field_select_5390401809.assetid]]</asset>
350
+ >>>>>>> .merge_file_Tl7iXx
351
+ <attribute>name</attribute>
352
+ <value><![CDATA[body_background]]></value>
353
+ </action>
354
+ <action>
355
+ <<<<<<< .merge_file_MU8EC4
356
+ <action_id>set_metadata_field_select_5987478918_friendly_name</action_id>
357
+ <action_type>set_attribute_value</action_type>
358
+ <asset>[[output://create_metadata_field_select_5987478918.assetid]]</asset>
359
+ =======
360
+ <action_id>set_metadata_field_select_5390401809_friendly_name</action_id>
361
+ <action_type>set_attribute_value</action_type>
362
+ <asset>[[output://create_metadata_field_select_5390401809.assetid]]</asset>
363
+ >>>>>>> .merge_file_Tl7iXx
364
+ <attribute>friendly_name</attribute>
365
+ <value><![CDATA[Body Background colour]]></value>
366
+ </action>
367
+ <action>
368
+ <<<<<<< .merge_file_MU8EC4
369
+ <action_id>set_metadata_field_select_5987478918_default</action_id>
370
+ <action_type>set_attribute_value</action_type>
371
+ <asset>[[output://create_metadata_field_select_5987478918.assetid]]</asset>
372
+ =======
373
+ <action_id>set_metadata_field_select_5390401809_default</action_id>
374
+ <action_type>set_attribute_value</action_type>
375
+ <asset>[[output://create_metadata_field_select_5390401809.assetid]]</asset>
376
+ >>>>>>> .merge_file_Tl7iXx
377
+ <attribute>default</attribute>
378
+ <value><![CDATA[]]></value>
379
+ </action>
380
+ <action>
381
+ <<<<<<< .merge_file_MU8EC4
382
+ <action_id>set_metadata_field_select_5987478918_description</action_id>
383
+ <action_type>set_attribute_value</action_type>
384
+ <asset>[[output://create_metadata_field_select_5987478918.assetid]]</asset>
385
+ =======
386
+ <action_id>set_metadata_field_select_5390401809_description</action_id>
387
+ <action_type>set_attribute_value</action_type>
388
+ <asset>[[output://create_metadata_field_select_5390401809.assetid]]</asset>
389
+ >>>>>>> .merge_file_Tl7iXx
390
+ <attribute>description</attribute>
391
+ <value><![CDATA[]]></value>
392
+ </action>
393
+ <action>
394
+ <<<<<<< .merge_file_MU8EC4
395
+ <action_id>set_metadata_field_select_5987478918_editable</action_id>
396
+ <action_type>set_attribute_value</action_type>
397
+ <asset>[[output://create_metadata_field_select_5987478918.assetid]]</asset>
398
+ =======
399
+ <action_id>set_metadata_field_select_5390401809_editable</action_id>
400
+ <action_type>set_attribute_value</action_type>
401
+ <asset>[[output://create_metadata_field_select_5390401809.assetid]]</asset>
402
+ >>>>>>> .merge_file_Tl7iXx
403
+ <attribute>editable</attribute>
404
+ <value><![CDATA[1]]></value>
405
+ </action>
406
+ <action>
407
+ <<<<<<< .merge_file_MU8EC4
408
+ <action_id>set_metadata_field_select_5987478918_editable</action_id>
409
+ <action_type>set_attribute_value</action_type>
410
+ <asset>[[output://create_metadata_field_select_5987478918.assetid]]</asset>
411
+ =======
412
+ <action_id>set_metadata_field_select_5390401809_editable</action_id>
413
+ <action_type>set_attribute_value</action_type>
414
+ <asset>[[output://create_metadata_field_select_5390401809.assetid]]</asset>
415
+ >>>>>>> .merge_file_Tl7iXx
416
+ <attribute>editable</attribute>
417
+ <value><![CDATA[1]]></value>
418
+ </action>
419
+ <action>
420
+ <<<<<<< .merge_file_MU8EC4
421
+ <action_id>set_metadata_field_select_5987478918_required</action_id>
422
+ <action_type>set_attribute_value</action_type>
423
+ <asset>[[output://create_metadata_field_select_5987478918.assetid]]</asset>
424
+ =======
425
+ <action_id>set_metadata_field_select_5390401809_required</action_id>
426
+ <action_type>set_attribute_value</action_type>
427
+ <asset>[[output://create_metadata_field_select_5390401809.assetid]]</asset>
428
+ >>>>>>> .merge_file_Tl7iXx
429
+ <attribute>required</attribute>
430
+ <value><![CDATA[0]]></value>
431
+ </action>
432
+ <action>
433
+ <<<<<<< .merge_file_MU8EC4
434
+ <action_id>set_permission_5987478918_read_5</action_id>
435
+ <action_type>set_permission</action_type>
436
+ <asset>[[output://create_metadata_field_select_5987478918.assetid]]</asset>
437
+ =======
438
+ <action_id>set_permission_5390401809_read_5</action_id>
439
+ <action_type>set_permission</action_type>
440
+ <asset>[[output://create_metadata_field_select_5390401809.assetid]]</asset>
441
+ >>>>>>> .merge_file_Tl7iXx
442
+ <permission>1</permission>
443
+ <granted>1</granted>
444
+ <userid>[[system://public_user]]</userid>
445
+ </action>
446
+
447
+ <action>
448
+ <<<<<<< .merge_file_MU8EC4
449
+ <action_id>set_metadata_field_select_5987478918_select_options</action_id>
450
+ <action_type>set_attribute_value</action_type>
451
+ <asset>[[output://create_metadata_field_select_5987478918.assetid]]</asset>
452
+ =======
453
+ <action_id>set_metadata_field_select_5390401809_select_options</action_id>
454
+ <action_type>set_attribute_value</action_type>
455
+ <asset>[[output://create_metadata_field_select_5390401809.assetid]]</asset>
456
+ >>>>>>> .merge_file_Tl7iXx
457
+ <attribute>select_options</attribute>
458
+ <value><![CDATA[array ('' => 'Light','qld__body--dark' => 'Dark',);]]></value>
459
+ </action>
460
+ <action>
461
+ <<<<<<< .merge_file_MU8EC4
462
+ <action_id>set_{f.type}_5987478918_edit_params</action_id>
463
+ <action_type>set_attribute_value</action_type>
464
+ <asset>[[output://create_metadata_field_select_5987478918.assetid]]</asset>
465
+ =======
466
+ <action_id>set_{f.type}_5390401809_edit_params</action_id>
467
+ <action_type>set_attribute_value</action_type>
468
+ <asset>[[output://create_metadata_field_select_5390401809.assetid]]</asset>
469
+ >>>>>>> .merge_file_Tl7iXx
470
+ <attribute>edit_params</attribute>
471
+ <value><![CDATA[array (
472
+ 'style' => 'list',
473
+ 'type' => 'table',
474
+ 'height' => '',
475
+ 'columns' => '1',
476
+ 'empty_text' => '',
477
+ 'extras' => '',
478
+ );]]></value>
479
+ </action>
480
+
481
+ <action>
482
+ <<<<<<< .merge_file_MU8EC4
483
+ <action_id>create_metadata_field_select_5462570840</action_id>
484
+ <action_type>create_asset</action_type>
485
+ <type_code>metadata_field_select</type_code>
486
+ <link_type>2</link_type>
487
+ <parentid>[[output://create_Metadata_Section_3565208778.assetid]]</parentid>
488
+ =======
489
+ <action_id>create_metadata_field_select_1945459011</action_id>
490
+ <action_type>create_asset</action_type>
491
+ <type_code>metadata_field_select</type_code>
492
+ <link_type>2</link_type>
493
+ <parentid>[[output://create_Metadata_Section_7284589921.assetid]]</parentid>
494
+ >>>>>>> .merge_file_Tl7iXx
495
+ <value></value>
496
+ <is_dependant>1</is_dependant>
497
+ <is_exclusive>0</is_exclusive>
498
+ </action>
499
+ <action>
500
+ <<<<<<< .merge_file_MU8EC4
501
+ <action_id>set_metadata_field_select_5462570840_name</action_id>
502
+ <action_type>set_attribute_value</action_type>
503
+ <asset>[[output://create_metadata_field_select_5462570840.assetid]]</asset>
504
+ =======
505
+ <action_id>set_metadata_field_select_1945459011_name</action_id>
506
+ <action_type>set_attribute_value</action_type>
507
+ <asset>[[output://create_metadata_field_select_1945459011.assetid]]</asset>
508
+ >>>>>>> .merge_file_Tl7iXx
509
+ <attribute>name</attribute>
510
+ <value><![CDATA[background]]></value>
511
+ </action>
512
+ <action>
513
+ <<<<<<< .merge_file_MU8EC4
514
+ <action_id>set_metadata_field_select_5462570840_friendly_name</action_id>
515
+ <action_type>set_attribute_value</action_type>
516
+ <asset>[[output://create_metadata_field_select_5462570840.assetid]]</asset>
517
+ =======
518
+ <action_id>set_metadata_field_select_1945459011_friendly_name</action_id>
519
+ <action_type>set_attribute_value</action_type>
520
+ <asset>[[output://create_metadata_field_select_1945459011.assetid]]</asset>
521
+ >>>>>>> .merge_file_Tl7iXx
522
+ <attribute>friendly_name</attribute>
523
+ <value><![CDATA[Callout Background colour]]></value>
524
+ </action>
525
+ <action>
526
+ <<<<<<< .merge_file_MU8EC4
527
+ <action_id>set_metadata_field_select_5462570840_default</action_id>
528
+ <action_type>set_attribute_value</action_type>
529
+ <asset>[[output://create_metadata_field_select_5462570840.assetid]]</asset>
530
+ =======
531
+ <action_id>set_metadata_field_select_1945459011_default</action_id>
532
+ <action_type>set_attribute_value</action_type>
533
+ <asset>[[output://create_metadata_field_select_1945459011.assetid]]</asset>
534
+ >>>>>>> .merge_file_Tl7iXx
535
+ <attribute>default</attribute>
536
+ <value><![CDATA[]]></value>
537
+ </action>
538
+ <action>
539
+ <<<<<<< .merge_file_MU8EC4
540
+ <action_id>set_metadata_field_select_5462570840_description</action_id>
541
+ <action_type>set_attribute_value</action_type>
542
+ <asset>[[output://create_metadata_field_select_5462570840.assetid]]</asset>
543
+ =======
544
+ <action_id>set_metadata_field_select_1945459011_description</action_id>
545
+ <action_type>set_attribute_value</action_type>
546
+ <asset>[[output://create_metadata_field_select_1945459011.assetid]]</asset>
547
+ >>>>>>> .merge_file_Tl7iXx
548
+ <attribute>description</attribute>
549
+ <value><![CDATA[]]></value>
550
+ </action>
551
+ <action>
552
+ <<<<<<< .merge_file_MU8EC4
553
+ <action_id>set_metadata_field_select_5462570840_editable</action_id>
554
+ <action_type>set_attribute_value</action_type>
555
+ <asset>[[output://create_metadata_field_select_5462570840.assetid]]</asset>
556
+ =======
557
+ <action_id>set_metadata_field_select_1945459011_editable</action_id>
558
+ <action_type>set_attribute_value</action_type>
559
+ <asset>[[output://create_metadata_field_select_1945459011.assetid]]</asset>
560
+ >>>>>>> .merge_file_Tl7iXx
561
+ <attribute>editable</attribute>
562
+ <value><![CDATA[1]]></value>
563
+ </action>
564
+ <action>
565
+ <<<<<<< .merge_file_MU8EC4
566
+ <action_id>set_metadata_field_select_5462570840_editable</action_id>
567
+ <action_type>set_attribute_value</action_type>
568
+ <asset>[[output://create_metadata_field_select_5462570840.assetid]]</asset>
569
+ =======
570
+ <action_id>set_metadata_field_select_1945459011_editable</action_id>
571
+ <action_type>set_attribute_value</action_type>
572
+ <asset>[[output://create_metadata_field_select_1945459011.assetid]]</asset>
573
+ >>>>>>> .merge_file_Tl7iXx
574
+ <attribute>editable</attribute>
575
+ <value><![CDATA[1]]></value>
576
+ </action>
577
+ <action>
578
+ <<<<<<< .merge_file_MU8EC4
579
+ <action_id>set_metadata_field_select_5462570840_required</action_id>
580
+ <action_type>set_attribute_value</action_type>
581
+ <asset>[[output://create_metadata_field_select_5462570840.assetid]]</asset>
582
+ =======
583
+ <action_id>set_metadata_field_select_1945459011_required</action_id>
584
+ <action_type>set_attribute_value</action_type>
585
+ <asset>[[output://create_metadata_field_select_1945459011.assetid]]</asset>
586
+ >>>>>>> .merge_file_Tl7iXx
587
+ <attribute>required</attribute>
588
+ <value><![CDATA[0]]></value>
589
+ </action>
590
+ <action>
591
+ <<<<<<< .merge_file_MU8EC4
592
+ <action_id>set_permission_5462570840_read_5</action_id>
593
+ <action_type>set_permission</action_type>
594
+ <asset>[[output://create_metadata_field_select_5462570840.assetid]]</asset>
595
+ =======
596
+ <action_id>set_permission_1945459011_read_5</action_id>
597
+ <action_type>set_permission</action_type>
598
+ <asset>[[output://create_metadata_field_select_1945459011.assetid]]</asset>
599
+ >>>>>>> .merge_file_Tl7iXx
600
+ <permission>1</permission>
601
+ <granted>1</granted>
602
+ <userid>[[system://public_user]]</userid>
603
+ </action>
604
+
605
+ <action>
606
+ <<<<<<< .merge_file_MU8EC4
607
+ <action_id>set_metadata_field_select_5462570840_select_options</action_id>
608
+ <action_type>set_attribute_value</action_type>
609
+ <asset>[[output://create_metadata_field_select_5462570840.assetid]]</asset>
610
+ =======
611
+ <action_id>set_metadata_field_select_1945459011_select_options</action_id>
612
+ <action_type>set_attribute_value</action_type>
613
+ <asset>[[output://create_metadata_field_select_1945459011.assetid]]</asset>
614
+ >>>>>>> .merge_file_Tl7iXx
615
+ <attribute>select_options</attribute>
616
+ <value><![CDATA[array ('' => 'Light','qld__callout--dark' => 'Dark',);]]></value>
617
+ </action>
618
+ <action>
619
+ <<<<<<< .merge_file_MU8EC4
620
+ <action_id>set_{f.type}_5462570840_edit_params</action_id>
621
+ <action_type>set_attribute_value</action_type>
622
+ <asset>[[output://create_metadata_field_select_5462570840.assetid]]</asset>
623
+ =======
624
+ <action_id>set_{f.type}_1945459011_edit_params</action_id>
625
+ <action_type>set_attribute_value</action_type>
626
+ <asset>[[output://create_metadata_field_select_1945459011.assetid]]</asset>
627
+ >>>>>>> .merge_file_Tl7iXx
628
+ <attribute>edit_params</attribute>
629
+ <value><![CDATA[array (
630
+ 'style' => 'list',
631
+ 'type' => 'table',
632
+ 'height' => '',
633
+ 'columns' => '1',
634
+ 'empty_text' => '',
635
+ 'extras' => '',
636
+ );]]></value>
637
+ </action>
638
+
639
+ <action>
640
+ <<<<<<< .merge_file_MU8EC4
641
+ <action_id>create_metadata_field_select_9541561486</action_id>
642
+ <action_type>create_asset</action_type>
643
+ <type_code>metadata_field_select</type_code>
644
+ <link_type>2</link_type>
645
+ <parentid>[[output://create_Metadata_Section_3565208778.assetid]]</parentid>
646
+ =======
647
+ <action_id>create_metadata_field_select_501211531</action_id>
648
+ <action_type>create_asset</action_type>
649
+ <type_code>metadata_field_select</type_code>
650
+ <link_type>2</link_type>
651
+ <parentid>[[output://create_Metadata_Section_7284589921.assetid]]</parentid>
652
+ >>>>>>> .merge_file_Tl7iXx
653
+ <value></value>
654
+ <is_dependant>1</is_dependant>
655
+ <is_exclusive>0</is_exclusive>
656
+ </action>
657
+ <action>
658
+ <<<<<<< .merge_file_MU8EC4
659
+ <action_id>set_metadata_field_select_9541561486_name</action_id>
660
+ <action_type>set_attribute_value</action_type>
661
+ <asset>[[output://create_metadata_field_select_9541561486.assetid]]</asset>
662
+ =======
663
+ <action_id>set_metadata_field_select_501211531_name</action_id>
664
+ <action_type>set_attribute_value</action_type>
665
+ <asset>[[output://create_metadata_field_select_501211531.assetid]]</asset>
666
+ >>>>>>> .merge_file_Tl7iXx
667
+ <attribute>name</attribute>
668
+ <value><![CDATA[theme]]></value>
669
+ </action>
670
+ <action>
671
+ <<<<<<< .merge_file_MU8EC4
672
+ <action_id>set_metadata_field_select_9541561486_friendly_name</action_id>
673
+ <action_type>set_attribute_value</action_type>
674
+ <asset>[[output://create_metadata_field_select_9541561486.assetid]]</asset>
675
+ =======
676
+ <action_id>set_metadata_field_select_501211531_friendly_name</action_id>
677
+ <action_type>set_attribute_value</action_type>
678
+ <asset>[[output://create_metadata_field_select_501211531.assetid]]</asset>
679
+ >>>>>>> .merge_file_Tl7iXx
680
+ <attribute>friendly_name</attribute>
681
+ <value><![CDATA[Colours]]></value>
682
+ </action>
683
+ <action>
684
+ <<<<<<< .merge_file_MU8EC4
685
+ <action_id>set_metadata_field_select_9541561486_default</action_id>
686
+ <action_type>set_attribute_value</action_type>
687
+ <asset>[[output://create_metadata_field_select_9541561486.assetid]]</asset>
688
+ =======
689
+ <action_id>set_metadata_field_select_501211531_default</action_id>
690
+ <action_type>set_attribute_value</action_type>
691
+ <asset>[[output://create_metadata_field_select_501211531.assetid]]</asset>
692
+ >>>>>>> .merge_file_Tl7iXx
693
+ <attribute>default</attribute>
694
+ <value><![CDATA[]]></value>
695
+ </action>
696
+ <action>
697
+ <<<<<<< .merge_file_MU8EC4
698
+ <action_id>set_metadata_field_select_9541561486_description</action_id>
699
+ <action_type>set_attribute_value</action_type>
700
+ <asset>[[output://create_metadata_field_select_9541561486.assetid]]</asset>
701
+ =======
702
+ <action_id>set_metadata_field_select_501211531_description</action_id>
703
+ <action_type>set_attribute_value</action_type>
704
+ <asset>[[output://create_metadata_field_select_501211531.assetid]]</asset>
705
+ >>>>>>> .merge_file_Tl7iXx
706
+ <attribute>description</attribute>
707
+ <value><![CDATA[]]></value>
708
+ </action>
709
+ <action>
710
+ <<<<<<< .merge_file_MU8EC4
711
+ <action_id>set_metadata_field_select_9541561486_editable</action_id>
712
+ <action_type>set_attribute_value</action_type>
713
+ <asset>[[output://create_metadata_field_select_9541561486.assetid]]</asset>
714
+ =======
715
+ <action_id>set_metadata_field_select_501211531_editable</action_id>
716
+ <action_type>set_attribute_value</action_type>
717
+ <asset>[[output://create_metadata_field_select_501211531.assetid]]</asset>
718
+ >>>>>>> .merge_file_Tl7iXx
719
+ <attribute>editable</attribute>
720
+ <value><![CDATA[1]]></value>
721
+ </action>
722
+ <action>
723
+ <<<<<<< .merge_file_MU8EC4
724
+ <action_id>set_metadata_field_select_9541561486_editable</action_id>
725
+ <action_type>set_attribute_value</action_type>
726
+ <asset>[[output://create_metadata_field_select_9541561486.assetid]]</asset>
727
+ =======
728
+ <action_id>set_metadata_field_select_501211531_editable</action_id>
729
+ <action_type>set_attribute_value</action_type>
730
+ <asset>[[output://create_metadata_field_select_501211531.assetid]]</asset>
731
+ >>>>>>> .merge_file_Tl7iXx
732
+ <attribute>editable</attribute>
733
+ <value><![CDATA[1]]></value>
734
+ </action>
735
+ <action>
736
+ <<<<<<< .merge_file_MU8EC4
737
+ <action_id>set_metadata_field_select_9541561486_required</action_id>
738
+ <action_type>set_attribute_value</action_type>
739
+ <asset>[[output://create_metadata_field_select_9541561486.assetid]]</asset>
740
+ =======
741
+ <action_id>set_metadata_field_select_501211531_required</action_id>
742
+ <action_type>set_attribute_value</action_type>
743
+ <asset>[[output://create_metadata_field_select_501211531.assetid]]</asset>
744
+ >>>>>>> .merge_file_Tl7iXx
745
+ <attribute>required</attribute>
746
+ <value><![CDATA[0]]></value>
747
+ </action>
748
+ <action>
749
+ <<<<<<< .merge_file_MU8EC4
750
+ <action_id>set_permission_9541561486_read_5</action_id>
751
+ <action_type>set_permission</action_type>
752
+ <asset>[[output://create_metadata_field_select_9541561486.assetid]]</asset>
753
+ =======
754
+ <action_id>set_permission_501211531_read_5</action_id>
755
+ <action_type>set_permission</action_type>
756
+ <asset>[[output://create_metadata_field_select_501211531.assetid]]</asset>
757
+ >>>>>>> .merge_file_Tl7iXx
758
+ <permission>1</permission>
759
+ <granted>1</granted>
760
+ <userid>[[system://public_user]]</userid>
761
+ </action>
762
+
763
+ <action>
764
+ <<<<<<< .merge_file_MU8EC4
765
+ <action_id>set_metadata_field_select_9541561486_select_options</action_id>
766
+ <action_type>set_attribute_value</action_type>
767
+ <asset>[[output://create_metadata_field_select_9541561486.assetid]]</asset>
768
+ =======
769
+ <action_id>set_metadata_field_select_501211531_select_options</action_id>
770
+ <action_type>set_attribute_value</action_type>
771
+ <asset>[[output://create_metadata_field_select_501211531.assetid]]</asset>
772
+ >>>>>>> .merge_file_Tl7iXx
773
+ <attribute>select_options</attribute>
774
+ <value><![CDATA[array ('' => 'Default','qld__callout--alt' => 'Alternate',);]]></value>
775
+ </action>
776
+ <action>
777
+ <<<<<<< .merge_file_MU8EC4
778
+ <action_id>set_{f.type}_9541561486_edit_params</action_id>
779
+ <action_type>set_attribute_value</action_type>
780
+ <asset>[[output://create_metadata_field_select_9541561486.assetid]]</asset>
781
+ =======
782
+ <action_id>set_{f.type}_501211531_edit_params</action_id>
783
+ <action_type>set_attribute_value</action_type>
784
+ <asset>[[output://create_metadata_field_select_501211531.assetid]]</asset>
785
+ >>>>>>> .merge_file_Tl7iXx
786
+ <attribute>edit_params</attribute>
787
+ <value><![CDATA[array (
788
+ 'style' => 'list',
789
+ 'type' => 'table',
790
+ 'height' => '',
791
+ 'columns' => '1',
792
+ 'empty_text' => '',
793
+ 'extras' => '',
794
+ );]]></value>
795
+ </action>
796
+
797
+ <action>
798
+ <<<<<<< .merge_file_MU8EC4
799
+ <action_id>create_metadata_field_text_6373648479</action_id>
800
+ <action_type>create_asset</action_type>
801
+ <type_code>metadata_field_text</type_code>
802
+ <link_type>2</link_type>
803
+ <parentid>[[output://create_Metadata_Section_3565208778.assetid]]</parentid>
804
+ =======
805
+ <action_id>create_metadata_field_text_9821767539</action_id>
806
+ <action_type>create_asset</action_type>
807
+ <type_code>metadata_field_text</type_code>
808
+ <link_type>2</link_type>
809
+ <parentid>[[output://create_Metadata_Section_7284589921.assetid]]</parentid>
810
+ >>>>>>> .merge_file_Tl7iXx
811
+ <value></value>
812
+ <is_dependant>1</is_dependant>
813
+ <is_exclusive>0</is_exclusive>
814
+ </action>
815
+ <action>
816
+ <<<<<<< .merge_file_MU8EC4
817
+ <action_id>set_metadata_field_text_6373648479_name</action_id>
818
+ <action_type>set_attribute_value</action_type>
819
+ <asset>[[output://create_metadata_field_text_6373648479.assetid]]</asset>
820
+ =======
821
+ <action_id>set_metadata_field_text_9821767539_name</action_id>
822
+ <action_type>set_attribute_value</action_type>
823
+ <asset>[[output://create_metadata_field_text_9821767539.assetid]]</asset>
824
+ >>>>>>> .merge_file_Tl7iXx
825
+ <attribute>name</attribute>
826
+ <value><![CDATA[heading]]></value>
827
+ </action>
828
+ <action>
829
+ <<<<<<< .merge_file_MU8EC4
830
+ <action_id>set_metadata_field_text_6373648479_friendly_name</action_id>
831
+ <action_type>set_attribute_value</action_type>
832
+ <asset>[[output://create_metadata_field_text_6373648479.assetid]]</asset>
833
+ =======
834
+ <action_id>set_metadata_field_text_9821767539_friendly_name</action_id>
835
+ <action_type>set_attribute_value</action_type>
836
+ <asset>[[output://create_metadata_field_text_9821767539.assetid]]</asset>
837
+ >>>>>>> .merge_file_Tl7iXx
838
+ <attribute>friendly_name</attribute>
839
+ <value><![CDATA[Heading]]></value>
840
+ </action>
841
+ <action>
842
+ <<<<<<< .merge_file_MU8EC4
843
+ <action_id>set_metadata_field_text_6373648479_default</action_id>
844
+ <action_type>set_attribute_value</action_type>
845
+ <asset>[[output://create_metadata_field_text_6373648479.assetid]]</asset>
846
+ =======
847
+ <action_id>set_metadata_field_text_9821767539_default</action_id>
848
+ <action_type>set_attribute_value</action_type>
849
+ <asset>[[output://create_metadata_field_text_9821767539.assetid]]</asset>
850
+ >>>>>>> .merge_file_Tl7iXx
851
+ <attribute>default</attribute>
852
+ <value><![CDATA[Callout heading]]></value>
853
+ </action>
854
+ <action>
855
+ <<<<<<< .merge_file_MU8EC4
856
+ <action_id>set_metadata_field_text_6373648479_description</action_id>
857
+ <action_type>set_attribute_value</action_type>
858
+ <asset>[[output://create_metadata_field_text_6373648479.assetid]]</asset>
859
+ =======
860
+ <action_id>set_metadata_field_text_9821767539_description</action_id>
861
+ <action_type>set_attribute_value</action_type>
862
+ <asset>[[output://create_metadata_field_text_9821767539.assetid]]</asset>
863
+ >>>>>>> .merge_file_Tl7iXx
864
+ <attribute>description</attribute>
865
+ <value><![CDATA[]]></value>
866
+ </action>
867
+ <action>
868
+ <<<<<<< .merge_file_MU8EC4
869
+ <action_id>set_metadata_field_text_6373648479_editable</action_id>
870
+ <action_type>set_attribute_value</action_type>
871
+ <asset>[[output://create_metadata_field_text_6373648479.assetid]]</asset>
872
+ =======
873
+ <action_id>set_metadata_field_text_9821767539_editable</action_id>
874
+ <action_type>set_attribute_value</action_type>
875
+ <asset>[[output://create_metadata_field_text_9821767539.assetid]]</asset>
876
+ >>>>>>> .merge_file_Tl7iXx
877
+ <attribute>editable</attribute>
878
+ <value><![CDATA[1]]></value>
879
+ </action>
880
+ <action>
881
+ <<<<<<< .merge_file_MU8EC4
882
+ <action_id>set_metadata_field_text_6373648479_editable</action_id>
883
+ <action_type>set_attribute_value</action_type>
884
+ <asset>[[output://create_metadata_field_text_6373648479.assetid]]</asset>
885
+ =======
886
+ <action_id>set_metadata_field_text_9821767539_editable</action_id>
887
+ <action_type>set_attribute_value</action_type>
888
+ <asset>[[output://create_metadata_field_text_9821767539.assetid]]</asset>
889
+ >>>>>>> .merge_file_Tl7iXx
890
+ <attribute>editable</attribute>
891
+ <value><![CDATA[1]]></value>
892
+ </action>
893
+ <action>
894
+ <<<<<<< .merge_file_MU8EC4
895
+ <action_id>set_metadata_field_text_6373648479_required</action_id>
896
+ <action_type>set_attribute_value</action_type>
897
+ <asset>[[output://create_metadata_field_text_6373648479.assetid]]</asset>
898
+ =======
899
+ <action_id>set_metadata_field_text_9821767539_required</action_id>
900
+ <action_type>set_attribute_value</action_type>
901
+ <asset>[[output://create_metadata_field_text_9821767539.assetid]]</asset>
902
+ >>>>>>> .merge_file_Tl7iXx
903
+ <attribute>required</attribute>
904
+ <value><![CDATA[0]]></value>
905
+ </action>
906
+ <action>
907
+ <<<<<<< .merge_file_MU8EC4
908
+ <action_id>set_permission_6373648479_read_5</action_id>
909
+ <action_type>set_permission</action_type>
910
+ <asset>[[output://create_metadata_field_text_6373648479.assetid]]</asset>
911
+ =======
912
+ <action_id>set_permission_9821767539_read_5</action_id>
913
+ <action_type>set_permission</action_type>
914
+ <asset>[[output://create_metadata_field_text_9821767539.assetid]]</asset>
915
+ >>>>>>> .merge_file_Tl7iXx
916
+ <permission>1</permission>
917
+ <granted>1</granted>
918
+ <userid>[[system://public_user]]</userid>
919
+ </action>
920
+
921
+ <action>
922
+ <<<<<<< .merge_file_MU8EC4
923
+ <action_id>create_metadata_field_select_507882062</action_id>
924
+ <action_type>create_asset</action_type>
925
+ <type_code>metadata_field_select</type_code>
926
+ <link_type>2</link_type>
927
+ <parentid>[[output://create_Metadata_Section_3565208778.assetid]]</parentid>
928
+ =======
929
+ <action_id>create_metadata_field_select_491973139</action_id>
930
+ <action_type>create_asset</action_type>
931
+ <type_code>metadata_field_select</type_code>
932
+ <link_type>2</link_type>
933
+ <parentid>[[output://create_Metadata_Section_7284589921.assetid]]</parentid>
934
+ >>>>>>> .merge_file_Tl7iXx
935
+ <value></value>
936
+ <is_dependant>1</is_dependant>
937
+ <is_exclusive>0</is_exclusive>
938
+ </action>
939
+ <action>
940
+ <<<<<<< .merge_file_MU8EC4
941
+ <action_id>set_metadata_field_select_507882062_name</action_id>
942
+ <action_type>set_attribute_value</action_type>
943
+ <asset>[[output://create_metadata_field_select_507882062.assetid]]</asset>
944
+ =======
945
+ <action_id>set_metadata_field_select_491973139_name</action_id>
946
+ <action_type>set_attribute_value</action_type>
947
+ <asset>[[output://create_metadata_field_select_491973139.assetid]]</asset>
948
+ >>>>>>> .merge_file_Tl7iXx
949
+ <attribute>name</attribute>
950
+ <value><![CDATA[heading_visible]]></value>
951
+ </action>
952
+ <action>
953
+ <<<<<<< .merge_file_MU8EC4
954
+ <action_id>set_metadata_field_select_507882062_friendly_name</action_id>
955
+ <action_type>set_attribute_value</action_type>
956
+ <asset>[[output://create_metadata_field_select_507882062.assetid]]</asset>
957
+ =======
958
+ <action_id>set_metadata_field_select_491973139_friendly_name</action_id>
959
+ <action_type>set_attribute_value</action_type>
960
+ <asset>[[output://create_metadata_field_select_491973139.assetid]]</asset>
961
+ >>>>>>> .merge_file_Tl7iXx
962
+ <attribute>friendly_name</attribute>
963
+ <value><![CDATA[Show heading?]]></value>
964
+ </action>
965
+ <action>
966
+ <<<<<<< .merge_file_MU8EC4
967
+ <action_id>set_metadata_field_select_507882062_default</action_id>
968
+ <action_type>set_attribute_value</action_type>
969
+ <asset>[[output://create_metadata_field_select_507882062.assetid]]</asset>
970
+ =======
971
+ <action_id>set_metadata_field_select_491973139_default</action_id>
972
+ <action_type>set_attribute_value</action_type>
973
+ <asset>[[output://create_metadata_field_select_491973139.assetid]]</asset>
974
+ >>>>>>> .merge_file_Tl7iXx
975
+ <attribute>default</attribute>
976
+ <value><![CDATA[]]></value>
977
+ </action>
978
+ <action>
979
+ <<<<<<< .merge_file_MU8EC4
980
+ <action_id>set_metadata_field_select_507882062_description</action_id>
981
+ <action_type>set_attribute_value</action_type>
982
+ <asset>[[output://create_metadata_field_select_507882062.assetid]]</asset>
983
+ =======
984
+ <action_id>set_metadata_field_select_491973139_description</action_id>
985
+ <action_type>set_attribute_value</action_type>
986
+ <asset>[[output://create_metadata_field_select_491973139.assetid]]</asset>
987
+ >>>>>>> .merge_file_Tl7iXx
988
+ <attribute>description</attribute>
989
+ <value><![CDATA[]]></value>
990
+ </action>
991
+ <action>
992
+ <<<<<<< .merge_file_MU8EC4
993
+ <action_id>set_metadata_field_select_507882062_editable</action_id>
994
+ <action_type>set_attribute_value</action_type>
995
+ <asset>[[output://create_metadata_field_select_507882062.assetid]]</asset>
996
+ =======
997
+ <action_id>set_metadata_field_select_491973139_editable</action_id>
998
+ <action_type>set_attribute_value</action_type>
999
+ <asset>[[output://create_metadata_field_select_491973139.assetid]]</asset>
1000
+ >>>>>>> .merge_file_Tl7iXx
1001
+ <attribute>editable</attribute>
1002
+ <value><![CDATA[1]]></value>
1003
+ </action>
1004
+ <action>
1005
+ <<<<<<< .merge_file_MU8EC4
1006
+ <action_id>set_metadata_field_select_507882062_editable</action_id>
1007
+ <action_type>set_attribute_value</action_type>
1008
+ <asset>[[output://create_metadata_field_select_507882062.assetid]]</asset>
1009
+ =======
1010
+ <action_id>set_metadata_field_select_491973139_editable</action_id>
1011
+ <action_type>set_attribute_value</action_type>
1012
+ <asset>[[output://create_metadata_field_select_491973139.assetid]]</asset>
1013
+ >>>>>>> .merge_file_Tl7iXx
1014
+ <attribute>editable</attribute>
1015
+ <value><![CDATA[1]]></value>
1016
+ </action>
1017
+ <action>
1018
+ <<<<<<< .merge_file_MU8EC4
1019
+ <action_id>set_metadata_field_select_507882062_required</action_id>
1020
+ <action_type>set_attribute_value</action_type>
1021
+ <asset>[[output://create_metadata_field_select_507882062.assetid]]</asset>
1022
+ =======
1023
+ <action_id>set_metadata_field_select_491973139_required</action_id>
1024
+ <action_type>set_attribute_value</action_type>
1025
+ <asset>[[output://create_metadata_field_select_491973139.assetid]]</asset>
1026
+ >>>>>>> .merge_file_Tl7iXx
1027
+ <attribute>required</attribute>
1028
+ <value><![CDATA[0]]></value>
1029
+ </action>
1030
+ <action>
1031
+ <<<<<<< .merge_file_MU8EC4
1032
+ <action_id>set_permission_507882062_read_5</action_id>
1033
+ <action_type>set_permission</action_type>
1034
+ <asset>[[output://create_metadata_field_select_507882062.assetid]]</asset>
1035
+ =======
1036
+ <action_id>set_permission_491973139_read_5</action_id>
1037
+ <action_type>set_permission</action_type>
1038
+ <asset>[[output://create_metadata_field_select_491973139.assetid]]</asset>
1039
+ >>>>>>> .merge_file_Tl7iXx
1040
+ <permission>1</permission>
1041
+ <granted>1</granted>
1042
+ <userid>[[system://public_user]]</userid>
1043
+ </action>
1044
+
1045
+ <action>
1046
+ <<<<<<< .merge_file_MU8EC4
1047
+ <action_id>set_metadata_field_select_507882062_select_options</action_id>
1048
+ <action_type>set_attribute_value</action_type>
1049
+ <asset>[[output://create_metadata_field_select_507882062.assetid]]</asset>
1050
+ =======
1051
+ <action_id>set_metadata_field_select_491973139_select_options</action_id>
1052
+ <action_type>set_attribute_value</action_type>
1053
+ <asset>[[output://create_metadata_field_select_491973139.assetid]]</asset>
1054
+ >>>>>>> .merge_file_Tl7iXx
1055
+ <attribute>select_options</attribute>
1056
+ <value><![CDATA[array ('' => 'Yes','qld__callout__heading--sronly' => 'No',);]]></value>
1057
+ </action>
1058
+ <action>
1059
+ <<<<<<< .merge_file_MU8EC4
1060
+ <action_id>set_{f.type}_507882062_edit_params</action_id>
1061
+ <action_type>set_attribute_value</action_type>
1062
+ <asset>[[output://create_metadata_field_select_507882062.assetid]]</asset>
1063
+ =======
1064
+ <action_id>set_{f.type}_491973139_edit_params</action_id>
1065
+ <action_type>set_attribute_value</action_type>
1066
+ <asset>[[output://create_metadata_field_select_491973139.assetid]]</asset>
1067
+ >>>>>>> .merge_file_Tl7iXx
1068
+ <attribute>edit_params</attribute>
1069
+ <value><![CDATA[array (
1070
+ 'style' => 'list',
1071
+ 'type' => 'table',
1072
+ 'height' => '',
1073
+ 'columns' => '1',
1074
+ 'empty_text' => '',
1075
+ 'extras' => '',
1076
+ );]]></value>
1077
+ </action>
1078
+
1079
+ <action>
1080
+ <<<<<<< .merge_file_MU8EC4
1081
+ <action_id>create_metadata_field_wysiwyg_4620989376</action_id>
1082
+ <action_type>create_asset</action_type>
1083
+ <type_code>metadata_field_wysiwyg</type_code>
1084
+ <link_type>2</link_type>
1085
+ <parentid>[[output://create_Metadata_Section_3565208778.assetid]]</parentid>
1086
+ =======
1087
+ <action_id>create_metadata_field_wysiwyg_3848050336</action_id>
1088
+ <action_type>create_asset</action_type>
1089
+ <type_code>metadata_field_wysiwyg</type_code>
1090
+ <link_type>2</link_type>
1091
+ <parentid>[[output://create_Metadata_Section_7284589921.assetid]]</parentid>
1092
+ >>>>>>> .merge_file_Tl7iXx
1093
+ <value></value>
1094
+ <is_dependant>1</is_dependant>
1095
+ <is_exclusive>0</is_exclusive>
1096
+ </action>
1097
+ <action>
1098
+ <<<<<<< .merge_file_MU8EC4
1099
+ <action_id>set_metadata_field_wysiwyg_4620989376_name</action_id>
1100
+ <action_type>set_attribute_value</action_type>
1101
+ <asset>[[output://create_metadata_field_wysiwyg_4620989376.assetid]]</asset>
1102
+ =======
1103
+ <action_id>set_metadata_field_wysiwyg_3848050336_name</action_id>
1104
+ <action_type>set_attribute_value</action_type>
1105
+ <asset>[[output://create_metadata_field_wysiwyg_3848050336.assetid]]</asset>
1106
+ >>>>>>> .merge_file_Tl7iXx
1107
+ <attribute>name</attribute>
1108
+ <value><![CDATA[body]]></value>
1109
+ </action>
1110
+ <action>
1111
+ <<<<<<< .merge_file_MU8EC4
1112
+ <action_id>set_metadata_field_wysiwyg_4620989376_friendly_name</action_id>
1113
+ <action_type>set_attribute_value</action_type>
1114
+ <asset>[[output://create_metadata_field_wysiwyg_4620989376.assetid]]</asset>
1115
+ =======
1116
+ <action_id>set_metadata_field_wysiwyg_3848050336_friendly_name</action_id>
1117
+ <action_type>set_attribute_value</action_type>
1118
+ <asset>[[output://create_metadata_field_wysiwyg_3848050336.assetid]]</asset>
1119
+ >>>>>>> .merge_file_Tl7iXx
1120
+ <attribute>friendly_name</attribute>
1121
+ <value><![CDATA[Body]]></value>
1122
+ </action>
1123
+ <action>
1124
+ <<<<<<< .merge_file_MU8EC4
1125
+ <action_id>set_metadata_field_wysiwyg_4620989376_default</action_id>
1126
+ <action_type>set_attribute_value</action_type>
1127
+ <asset>[[output://create_metadata_field_wysiwyg_4620989376.assetid]]</asset>
1128
+ =======
1129
+ <action_id>set_metadata_field_wysiwyg_3848050336_default</action_id>
1130
+ <action_type>set_attribute_value</action_type>
1131
+ <asset>[[output://create_metadata_field_wysiwyg_3848050336.assetid]]</asset>
1132
+ >>>>>>> .merge_file_Tl7iXx
1133
+ <attribute>default</attribute>
1134
+ <value><![CDATA[Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.]]></value>
1135
+ </action>
1136
+ <action>
1137
+ <<<<<<< .merge_file_MU8EC4
1138
+ <action_id>set_metadata_field_wysiwyg_4620989376_description</action_id>
1139
+ <action_type>set_attribute_value</action_type>
1140
+ <asset>[[output://create_metadata_field_wysiwyg_4620989376.assetid]]</asset>
1141
+ =======
1142
+ <action_id>set_metadata_field_wysiwyg_3848050336_description</action_id>
1143
+ <action_type>set_attribute_value</action_type>
1144
+ <asset>[[output://create_metadata_field_wysiwyg_3848050336.assetid]]</asset>
1145
+ >>>>>>> .merge_file_Tl7iXx
1146
+ <attribute>description</attribute>
1147
+ <value><![CDATA[]]></value>
1148
+ </action>
1149
+ <action>
1150
+ <<<<<<< .merge_file_MU8EC4
1151
+ <action_id>set_metadata_field_wysiwyg_4620989376_editable</action_id>
1152
+ <action_type>set_attribute_value</action_type>
1153
+ <asset>[[output://create_metadata_field_wysiwyg_4620989376.assetid]]</asset>
1154
+ =======
1155
+ <action_id>set_metadata_field_wysiwyg_3848050336_editable</action_id>
1156
+ <action_type>set_attribute_value</action_type>
1157
+ <asset>[[output://create_metadata_field_wysiwyg_3848050336.assetid]]</asset>
1158
+ >>>>>>> .merge_file_Tl7iXx
1159
+ <attribute>editable</attribute>
1160
+ <value><![CDATA[1]]></value>
1161
+ </action>
1162
+ <action>
1163
+ <<<<<<< .merge_file_MU8EC4
1164
+ <action_id>set_metadata_field_wysiwyg_4620989376_editable</action_id>
1165
+ <action_type>set_attribute_value</action_type>
1166
+ <asset>[[output://create_metadata_field_wysiwyg_4620989376.assetid]]</asset>
1167
+ =======
1168
+ <action_id>set_metadata_field_wysiwyg_3848050336_editable</action_id>
1169
+ <action_type>set_attribute_value</action_type>
1170
+ <asset>[[output://create_metadata_field_wysiwyg_3848050336.assetid]]</asset>
1171
+ >>>>>>> .merge_file_Tl7iXx
1172
+ <attribute>editable</attribute>
1173
+ <value><![CDATA[1]]></value>
1174
+ </action>
1175
+ <action>
1176
+ <<<<<<< .merge_file_MU8EC4
1177
+ <action_id>set_metadata_field_wysiwyg_4620989376_required</action_id>
1178
+ <action_type>set_attribute_value</action_type>
1179
+ <asset>[[output://create_metadata_field_wysiwyg_4620989376.assetid]]</asset>
1180
+ =======
1181
+ <action_id>set_metadata_field_wysiwyg_3848050336_required</action_id>
1182
+ <action_type>set_attribute_value</action_type>
1183
+ <asset>[[output://create_metadata_field_wysiwyg_3848050336.assetid]]</asset>
1184
+ >>>>>>> .merge_file_Tl7iXx
1185
+ <attribute>required</attribute>
1186
+ <value><![CDATA[0]]></value>
1187
+ </action>
1188
+ <action>
1189
+ <<<<<<< .merge_file_MU8EC4
1190
+ <action_id>set_permission_4620989376_read_5</action_id>
1191
+ <action_type>set_permission</action_type>
1192
+ <asset>[[output://create_metadata_field_wysiwyg_4620989376.assetid]]</asset>
1193
+ =======
1194
+ <action_id>set_permission_3848050336_read_5</action_id>
1195
+ <action_type>set_permission</action_type>
1196
+ <asset>[[output://create_metadata_field_wysiwyg_3848050336.assetid]]</asset>
1197
+ >>>>>>> .merge_file_Tl7iXx
1198
+ <permission>1</permission>
1199
+ <granted>1</granted>
1200
+ <userid>[[system://public_user]]</userid>
1201
+ </action>
1202
+
1203
+ <action>
1204
+ <<<<<<< .merge_file_MU8EC4
1205
+ <action_id>create_metadata_field_text_4407049471</action_id>
1206
+ <action_type>create_asset</action_type>
1207
+ <type_code>metadata_field_text</type_code>
1208
+ <link_type>2</link_type>
1209
+ <parentid>[[output://create_Metadata_Section_3565208778.assetid]]</parentid>
1210
+ =======
1211
+ <action_id>create_metadata_field_text_8632180331</action_id>
1212
+ <action_type>create_asset</action_type>
1213
+ <type_code>metadata_field_text</type_code>
1214
+ <link_type>2</link_type>
1215
+ <parentid>[[output://create_Metadata_Section_7284589921.assetid]]</parentid>
1216
+ >>>>>>> .merge_file_Tl7iXx
1217
+ <value></value>
1218
+ <is_dependant>1</is_dependant>
1219
+ <is_exclusive>0</is_exclusive>
1220
+ </action>
1221
+ <action>
1222
+ <<<<<<< .merge_file_MU8EC4
1223
+ <action_id>set_metadata_field_text_4407049471_name</action_id>
1224
+ <action_type>set_attribute_value</action_type>
1225
+ <asset>[[output://create_metadata_field_text_4407049471.assetid]]</asset>
1226
+ =======
1227
+ <action_id>set_metadata_field_text_8632180331_name</action_id>
1228
+ <action_type>set_attribute_value</action_type>
1229
+ <asset>[[output://create_metadata_field_text_8632180331.assetid]]</asset>
1230
+ >>>>>>> .merge_file_Tl7iXx
1231
+ <attribute>name</attribute>
1232
+ <value><![CDATA[calendar_intro]]></value>
1233
+ </action>
1234
+ <action>
1235
+ <<<<<<< .merge_file_MU8EC4
1236
+ <action_id>set_metadata_field_text_4407049471_friendly_name</action_id>
1237
+ <action_type>set_attribute_value</action_type>
1238
+ <asset>[[output://create_metadata_field_text_4407049471.assetid]]</asset>
1239
+ =======
1240
+ <action_id>set_metadata_field_text_8632180331_friendly_name</action_id>
1241
+ <action_type>set_attribute_value</action_type>
1242
+ <asset>[[output://create_metadata_field_text_8632180331.assetid]]</asset>
1243
+ >>>>>>> .merge_file_Tl7iXx
1244
+ <attribute>friendly_name</attribute>
1245
+ <value><![CDATA[Calendar intro text]]></value>
1246
+ </action>
1247
+ <action>
1248
+ <<<<<<< .merge_file_MU8EC4
1249
+ <action_id>set_metadata_field_text_4407049471_default</action_id>
1250
+ <action_type>set_attribute_value</action_type>
1251
+ <asset>[[output://create_metadata_field_text_4407049471.assetid]]</asset>
1252
+ =======
1253
+ <action_id>set_metadata_field_text_8632180331_default</action_id>
1254
+ <action_type>set_attribute_value</action_type>
1255
+ <asset>[[output://create_metadata_field_text_8632180331.assetid]]</asset>
1256
+ >>>>>>> .merge_file_Tl7iXx
1257
+ <attribute>default</attribute>
1258
+ <value><![CDATA[Calendar intro]]></value>
1259
+ </action>
1260
+ <action>
1261
+ <<<<<<< .merge_file_MU8EC4
1262
+ <action_id>set_metadata_field_text_4407049471_description</action_id>
1263
+ <action_type>set_attribute_value</action_type>
1264
+ <asset>[[output://create_metadata_field_text_4407049471.assetid]]</asset>
1265
+ =======
1266
+ <action_id>set_metadata_field_text_8632180331_description</action_id>
1267
+ <action_type>set_attribute_value</action_type>
1268
+ <asset>[[output://create_metadata_field_text_8632180331.assetid]]</asset>
1269
+ >>>>>>> .merge_file_Tl7iXx
1270
+ <attribute>description</attribute>
1271
+ <value><![CDATA[]]></value>
1272
+ </action>
1273
+ <action>
1274
+ <<<<<<< .merge_file_MU8EC4
1275
+ <action_id>set_metadata_field_text_4407049471_editable</action_id>
1276
+ <action_type>set_attribute_value</action_type>
1277
+ <asset>[[output://create_metadata_field_text_4407049471.assetid]]</asset>
1278
+ =======
1279
+ <action_id>set_metadata_field_text_8632180331_editable</action_id>
1280
+ <action_type>set_attribute_value</action_type>
1281
+ <asset>[[output://create_metadata_field_text_8632180331.assetid]]</asset>
1282
+ >>>>>>> .merge_file_Tl7iXx
1283
+ <attribute>editable</attribute>
1284
+ <value><![CDATA[1]]></value>
1285
+ </action>
1286
+ <action>
1287
+ <<<<<<< .merge_file_MU8EC4
1288
+ <action_id>set_metadata_field_text_4407049471_editable</action_id>
1289
+ <action_type>set_attribute_value</action_type>
1290
+ <asset>[[output://create_metadata_field_text_4407049471.assetid]]</asset>
1291
+ =======
1292
+ <action_id>set_metadata_field_text_8632180331_editable</action_id>
1293
+ <action_type>set_attribute_value</action_type>
1294
+ <asset>[[output://create_metadata_field_text_8632180331.assetid]]</asset>
1295
+ >>>>>>> .merge_file_Tl7iXx
1296
+ <attribute>editable</attribute>
1297
+ <value><![CDATA[1]]></value>
1298
+ </action>
1299
+ <action>
1300
+ <<<<<<< .merge_file_MU8EC4
1301
+ <action_id>set_metadata_field_text_4407049471_required</action_id>
1302
+ <action_type>set_attribute_value</action_type>
1303
+ <asset>[[output://create_metadata_field_text_4407049471.assetid]]</asset>
1304
+ =======
1305
+ <action_id>set_metadata_field_text_8632180331_required</action_id>
1306
+ <action_type>set_attribute_value</action_type>
1307
+ <asset>[[output://create_metadata_field_text_8632180331.assetid]]</asset>
1308
+ >>>>>>> .merge_file_Tl7iXx
1309
+ <attribute>required</attribute>
1310
+ <value><![CDATA[0]]></value>
1311
+ </action>
1312
+ <action>
1313
+ <<<<<<< .merge_file_MU8EC4
1314
+ <action_id>set_permission_4407049471_read_5</action_id>
1315
+ <action_type>set_permission</action_type>
1316
+ <asset>[[output://create_metadata_field_text_4407049471.assetid]]</asset>
1317
+ =======
1318
+ <action_id>set_permission_8632180331_read_5</action_id>
1319
+ <action_type>set_permission</action_type>
1320
+ <asset>[[output://create_metadata_field_text_8632180331.assetid]]</asset>
1321
+ >>>>>>> .merge_file_Tl7iXx
1322
+ <permission>1</permission>
1323
+ <granted>1</granted>
1324
+ <userid>[[system://public_user]]</userid>
1325
+ </action>
1326
+
1327
+ <action>
1328
+ <<<<<<< .merge_file_MU8EC4
1329
+ <action_id>create_metadata_field_date_7718791677</action_id>
1330
+ <action_type>create_asset</action_type>
1331
+ <type_code>metadata_field_date</type_code>
1332
+ <link_type>2</link_type>
1333
+ <parentid>[[output://create_Metadata_Section_3565208778.assetid]]</parentid>
1334
+ =======
1335
+ <action_id>create_metadata_field_date_2330285934</action_id>
1336
+ <action_type>create_asset</action_type>
1337
+ <type_code>metadata_field_date</type_code>
1338
+ <link_type>2</link_type>
1339
+ <parentid>[[output://create_Metadata_Section_7284589921.assetid]]</parentid>
1340
+ >>>>>>> .merge_file_Tl7iXx
1341
+ <value></value>
1342
+ <is_dependant>1</is_dependant>
1343
+ <is_exclusive>0</is_exclusive>
1344
+ </action>
1345
+ <action>
1346
+ <<<<<<< .merge_file_MU8EC4
1347
+ <action_id>set_metadata_field_date_7718791677_name</action_id>
1348
+ <action_type>set_attribute_value</action_type>
1349
+ <asset>[[output://create_metadata_field_date_7718791677.assetid]]</asset>
1350
+ =======
1351
+ <action_id>set_metadata_field_date_2330285934_name</action_id>
1352
+ <action_type>set_attribute_value</action_type>
1353
+ <asset>[[output://create_metadata_field_date_2330285934.assetid]]</asset>
1354
+ >>>>>>> .merge_file_Tl7iXx
1355
+ <attribute>name</attribute>
1356
+ <value><![CDATA[calendar_date]]></value>
1357
+ </action>
1358
+ <action>
1359
+ <<<<<<< .merge_file_MU8EC4
1360
+ <action_id>set_metadata_field_date_7718791677_friendly_name</action_id>
1361
+ <action_type>set_attribute_value</action_type>
1362
+ <asset>[[output://create_metadata_field_date_7718791677.assetid]]</asset>
1363
+ =======
1364
+ <action_id>set_metadata_field_date_2330285934_friendly_name</action_id>
1365
+ <action_type>set_attribute_value</action_type>
1366
+ <asset>[[output://create_metadata_field_date_2330285934.assetid]]</asset>
1367
+ >>>>>>> .merge_file_Tl7iXx
1368
+ <attribute>friendly_name</attribute>
1369
+ <value><![CDATA[Calendar date]]></value>
1370
+ </action>
1371
+ <action>
1372
+ <<<<<<< .merge_file_MU8EC4
1373
+ <action_id>set_metadata_field_date_7718791677_default</action_id>
1374
+ <action_type>set_attribute_value</action_type>
1375
+ <asset>[[output://create_metadata_field_date_7718791677.assetid]]</asset>
1376
+ =======
1377
+ <action_id>set_metadata_field_date_2330285934_default</action_id>
1378
+ <action_type>set_attribute_value</action_type>
1379
+ <asset>[[output://create_metadata_field_date_2330285934.assetid]]</asset>
1380
+ >>>>>>> .merge_file_Tl7iXx
1381
+ <attribute>default</attribute>
1382
+ <value><![CDATA[2020-01-01]]></value>
1383
+ </action>
1384
+ <action>
1385
+ <<<<<<< .merge_file_MU8EC4
1386
+ <action_id>set_metadata_field_date_7718791677_description</action_id>
1387
+ <action_type>set_attribute_value</action_type>
1388
+ <asset>[[output://create_metadata_field_date_7718791677.assetid]]</asset>
1389
+ =======
1390
+ <action_id>set_metadata_field_date_2330285934_description</action_id>
1391
+ <action_type>set_attribute_value</action_type>
1392
+ <asset>[[output://create_metadata_field_date_2330285934.assetid]]</asset>
1393
+ >>>>>>> .merge_file_Tl7iXx
1394
+ <attribute>description</attribute>
1395
+ <value><![CDATA[]]></value>
1396
+ </action>
1397
+ <action>
1398
+ <<<<<<< .merge_file_MU8EC4
1399
+ <action_id>set_metadata_field_date_7718791677_editable</action_id>
1400
+ <action_type>set_attribute_value</action_type>
1401
+ <asset>[[output://create_metadata_field_date_7718791677.assetid]]</asset>
1402
+ =======
1403
+ <action_id>set_metadata_field_date_2330285934_editable</action_id>
1404
+ <action_type>set_attribute_value</action_type>
1405
+ <asset>[[output://create_metadata_field_date_2330285934.assetid]]</asset>
1406
+ >>>>>>> .merge_file_Tl7iXx
1407
+ <attribute>editable</attribute>
1408
+ <value><![CDATA[1]]></value>
1409
+ </action>
1410
+ <action>
1411
+ <<<<<<< .merge_file_MU8EC4
1412
+ <action_id>set_metadata_field_date_7718791677_editable</action_id>
1413
+ <action_type>set_attribute_value</action_type>
1414
+ <asset>[[output://create_metadata_field_date_7718791677.assetid]]</asset>
1415
+ =======
1416
+ <action_id>set_metadata_field_date_2330285934_editable</action_id>
1417
+ <action_type>set_attribute_value</action_type>
1418
+ <asset>[[output://create_metadata_field_date_2330285934.assetid]]</asset>
1419
+ >>>>>>> .merge_file_Tl7iXx
1420
+ <attribute>editable</attribute>
1421
+ <value><![CDATA[1]]></value>
1422
+ </action>
1423
+ <action>
1424
+ <<<<<<< .merge_file_MU8EC4
1425
+ <action_id>set_metadata_field_date_7718791677_required</action_id>
1426
+ <action_type>set_attribute_value</action_type>
1427
+ <asset>[[output://create_metadata_field_date_7718791677.assetid]]</asset>
1428
+ =======
1429
+ <action_id>set_metadata_field_date_2330285934_required</action_id>
1430
+ <action_type>set_attribute_value</action_type>
1431
+ <asset>[[output://create_metadata_field_date_2330285934.assetid]]</asset>
1432
+ >>>>>>> .merge_file_Tl7iXx
1433
+ <attribute>required</attribute>
1434
+ <value><![CDATA[0]]></value>
1435
+ </action>
1436
+ <action>
1437
+ <<<<<<< .merge_file_MU8EC4
1438
+ <action_id>set_permission_7718791677_read_5</action_id>
1439
+ <action_type>set_permission</action_type>
1440
+ <asset>[[output://create_metadata_field_date_7718791677.assetid]]</asset>
1441
+ =======
1442
+ <action_id>set_permission_2330285934_read_5</action_id>
1443
+ <action_type>set_permission</action_type>
1444
+ <asset>[[output://create_metadata_field_date_2330285934.assetid]]</asset>
1445
+ >>>>>>> .merge_file_Tl7iXx
1446
+ <permission>1</permission>
1447
+ <granted>1</granted>
1448
+ <userid>[[system://public_user]]</userid>
1449
+ </action>
1450
+
1451
+ <action>
1452
+ <<<<<<< .merge_file_MU8EC4
1453
+ <action_id>create_metadata_field_text_5647640404</action_id>
1454
+ <action_type>create_asset</action_type>
1455
+ <type_code>metadata_field_text</type_code>
1456
+ <link_type>2</link_type>
1457
+ <parentid>[[output://create_Metadata_Section_3565208778.assetid]]</parentid>
1458
+ =======
1459
+ <action_id>create_metadata_field_text_5820347603</action_id>
1460
+ <action_type>create_asset</action_type>
1461
+ <type_code>metadata_field_text</type_code>
1462
+ <link_type>2</link_type>
1463
+ <parentid>[[output://create_Metadata_Section_7284589921.assetid]]</parentid>
1464
+ >>>>>>> .merge_file_Tl7iXx
1465
+ <value></value>
1466
+ <is_dependant>1</is_dependant>
1467
+ <is_exclusive>0</is_exclusive>
1468
+ </action>
1469
+ <action>
1470
+ <<<<<<< .merge_file_MU8EC4
1471
+ <action_id>set_metadata_field_text_5647640404_name</action_id>
1472
+ <action_type>set_attribute_value</action_type>
1473
+ <asset>[[output://create_metadata_field_text_5647640404.assetid]]</asset>
1474
+ =======
1475
+ <action_id>set_metadata_field_text_5820347603_name</action_id>
1476
+ <action_type>set_attribute_value</action_type>
1477
+ <asset>[[output://create_metadata_field_text_5820347603.assetid]]</asset>
1478
+ >>>>>>> .merge_file_Tl7iXx
1479
+ <attribute>name</attribute>
1480
+ <value><![CDATA[calendar_name]]></value>
1481
+ </action>
1482
+ <action>
1483
+ <<<<<<< .merge_file_MU8EC4
1484
+ <action_id>set_metadata_field_text_5647640404_friendly_name</action_id>
1485
+ <action_type>set_attribute_value</action_type>
1486
+ <asset>[[output://create_metadata_field_text_5647640404.assetid]]</asset>
1487
+ =======
1488
+ <action_id>set_metadata_field_text_5820347603_friendly_name</action_id>
1489
+ <action_type>set_attribute_value</action_type>
1490
+ <asset>[[output://create_metadata_field_text_5820347603.assetid]]</asset>
1491
+ >>>>>>> .merge_file_Tl7iXx
1492
+ <attribute>friendly_name</attribute>
1493
+ <value><![CDATA[Calendar date name]]></value>
1494
+ </action>
1495
+ <action>
1496
+ <<<<<<< .merge_file_MU8EC4
1497
+ <action_id>set_metadata_field_text_5647640404_default</action_id>
1498
+ <action_type>set_attribute_value</action_type>
1499
+ <asset>[[output://create_metadata_field_text_5647640404.assetid]]</asset>
1500
+ =======
1501
+ <action_id>set_metadata_field_text_5820347603_default</action_id>
1502
+ <action_type>set_attribute_value</action_type>
1503
+ <asset>[[output://create_metadata_field_text_5820347603.assetid]]</asset>
1504
+ >>>>>>> .merge_file_Tl7iXx
1505
+ <attribute>default</attribute>
1506
+ <value><![CDATA[Date name]]></value>
1507
+ </action>
1508
+ <action>
1509
+ <<<<<<< .merge_file_MU8EC4
1510
+ <action_id>set_metadata_field_text_5647640404_description</action_id>
1511
+ <action_type>set_attribute_value</action_type>
1512
+ <asset>[[output://create_metadata_field_text_5647640404.assetid]]</asset>
1513
+ =======
1514
+ <action_id>set_metadata_field_text_5820347603_description</action_id>
1515
+ <action_type>set_attribute_value</action_type>
1516
+ <asset>[[output://create_metadata_field_text_5820347603.assetid]]</asset>
1517
+ >>>>>>> .merge_file_Tl7iXx
1518
+ <attribute>description</attribute>
1519
+ <value><![CDATA[]]></value>
1520
+ </action>
1521
+ <action>
1522
+ <<<<<<< .merge_file_MU8EC4
1523
+ <action_id>set_metadata_field_text_5647640404_editable</action_id>
1524
+ <action_type>set_attribute_value</action_type>
1525
+ <asset>[[output://create_metadata_field_text_5647640404.assetid]]</asset>
1526
+ =======
1527
+ <action_id>set_metadata_field_text_5820347603_editable</action_id>
1528
+ <action_type>set_attribute_value</action_type>
1529
+ <asset>[[output://create_metadata_field_text_5820347603.assetid]]</asset>
1530
+ >>>>>>> .merge_file_Tl7iXx
1531
+ <attribute>editable</attribute>
1532
+ <value><![CDATA[1]]></value>
1533
+ </action>
1534
+ <action>
1535
+ <<<<<<< .merge_file_MU8EC4
1536
+ <action_id>set_metadata_field_text_5647640404_editable</action_id>
1537
+ <action_type>set_attribute_value</action_type>
1538
+ <asset>[[output://create_metadata_field_text_5647640404.assetid]]</asset>
1539
+ =======
1540
+ <action_id>set_metadata_field_text_5820347603_editable</action_id>
1541
+ <action_type>set_attribute_value</action_type>
1542
+ <asset>[[output://create_metadata_field_text_5820347603.assetid]]</asset>
1543
+ >>>>>>> .merge_file_Tl7iXx
1544
+ <attribute>editable</attribute>
1545
+ <value><![CDATA[1]]></value>
1546
+ </action>
1547
+ <action>
1548
+ <<<<<<< .merge_file_MU8EC4
1549
+ <action_id>set_metadata_field_text_5647640404_required</action_id>
1550
+ <action_type>set_attribute_value</action_type>
1551
+ <asset>[[output://create_metadata_field_text_5647640404.assetid]]</asset>
1552
+ =======
1553
+ <action_id>set_metadata_field_text_5820347603_required</action_id>
1554
+ <action_type>set_attribute_value</action_type>
1555
+ <asset>[[output://create_metadata_field_text_5820347603.assetid]]</asset>
1556
+ >>>>>>> .merge_file_Tl7iXx
1557
+ <attribute>required</attribute>
1558
+ <value><![CDATA[0]]></value>
1559
+ </action>
1560
+ <action>
1561
+ <<<<<<< .merge_file_MU8EC4
1562
+ <action_id>set_permission_5647640404_read_5</action_id>
1563
+ <action_type>set_permission</action_type>
1564
+ <asset>[[output://create_metadata_field_text_5647640404.assetid]]</asset>
1565
+ =======
1566
+ <action_id>set_permission_5820347603_read_5</action_id>
1567
+ <action_type>set_permission</action_type>
1568
+ <asset>[[output://create_metadata_field_text_5820347603.assetid]]</asset>
1569
+ >>>>>>> .merge_file_Tl7iXx
1570
+ <permission>1</permission>
1571
+ <granted>1</granted>
1572
+ <userid>[[system://public_user]]</userid>
1573
+ </action>
1574
+
1575
+ <action>
1576
+ <<<<<<< .merge_file_MU8EC4
1577
+ <action_id>create_metadata_field_text_764679045</action_id>
1578
+ <action_type>create_asset</action_type>
1579
+ <type_code>metadata_field_text</type_code>
1580
+ <link_type>2</link_type>
1581
+ <parentid>[[output://create_Metadata_Section_3565208778.assetid]]</parentid>
1582
+ =======
1583
+ <action_id>create_metadata_field_text_8005645733</action_id>
1584
+ <action_type>create_asset</action_type>
1585
+ <type_code>metadata_field_text</type_code>
1586
+ <link_type>2</link_type>
1587
+ <parentid>[[output://create_Metadata_Section_7284589921.assetid]]</parentid>
1588
+ >>>>>>> .merge_file_Tl7iXx
1589
+ <value></value>
1590
+ <is_dependant>1</is_dependant>
1591
+ <is_exclusive>0</is_exclusive>
1592
+ </action>
1593
+ <action>
1594
+ <<<<<<< .merge_file_MU8EC4
1595
+ <action_id>set_metadata_field_text_764679045_name</action_id>
1596
+ <action_type>set_attribute_value</action_type>
1597
+ <asset>[[output://create_metadata_field_text_764679045.assetid]]</asset>
1598
+ =======
1599
+ <action_id>set_metadata_field_text_8005645733_name</action_id>
1600
+ <action_type>set_attribute_value</action_type>
1601
+ <asset>[[output://create_metadata_field_text_8005645733.assetid]]</asset>
1602
+ >>>>>>> .merge_file_Tl7iXx
1603
+ <attribute>name</attribute>
1604
+ <value><![CDATA[id_field]]></value>
1605
+ </action>
1606
+ <action>
1607
+ <<<<<<< .merge_file_MU8EC4
1608
+ <action_id>set_metadata_field_text_764679045_friendly_name</action_id>
1609
+ <action_type>set_attribute_value</action_type>
1610
+ <asset>[[output://create_metadata_field_text_764679045.assetid]]</asset>
1611
+ =======
1612
+ <action_id>set_metadata_field_text_8005645733_friendly_name</action_id>
1613
+ <action_type>set_attribute_value</action_type>
1614
+ <asset>[[output://create_metadata_field_text_8005645733.assetid]]</asset>
1615
+ >>>>>>> .merge_file_Tl7iXx
1616
+ <attribute>friendly_name</attribute>
1617
+ <value><![CDATA[Id field]]></value>
1618
+ </action>
1619
+ <action>
1620
+ <<<<<<< .merge_file_MU8EC4
1621
+ <action_id>set_metadata_field_text_764679045_default</action_id>
1622
+ <action_type>set_attribute_value</action_type>
1623
+ <asset>[[output://create_metadata_field_text_764679045.assetid]]</asset>
1624
+ =======
1625
+ <action_id>set_metadata_field_text_8005645733_default</action_id>
1626
+ <action_type>set_attribute_value</action_type>
1627
+ <asset>[[output://create_metadata_field_text_8005645733.assetid]]</asset>
1628
+ >>>>>>> .merge_file_Tl7iXx
1629
+ <attribute>default</attribute>
1630
+ <value><![CDATA[]]></value>
1631
+ </action>
1632
+ <action>
1633
+ <<<<<<< .merge_file_MU8EC4
1634
+ <action_id>set_metadata_field_text_764679045_description</action_id>
1635
+ <action_type>set_attribute_value</action_type>
1636
+ <asset>[[output://create_metadata_field_text_764679045.assetid]]</asset>
1637
+ =======
1638
+ <action_id>set_metadata_field_text_8005645733_description</action_id>
1639
+ <action_type>set_attribute_value</action_type>
1640
+ <asset>[[output://create_metadata_field_text_8005645733.assetid]]</asset>
1641
+ >>>>>>> .merge_file_Tl7iXx
1642
+ <attribute>description</attribute>
1643
+ <value><![CDATA[]]></value>
1644
+ </action>
1645
+ <action>
1646
+ <<<<<<< .merge_file_MU8EC4
1647
+ <action_id>set_metadata_field_text_764679045_editable</action_id>
1648
+ <action_type>set_attribute_value</action_type>
1649
+ <asset>[[output://create_metadata_field_text_764679045.assetid]]</asset>
1650
+ =======
1651
+ <action_id>set_metadata_field_text_8005645733_editable</action_id>
1652
+ <action_type>set_attribute_value</action_type>
1653
+ <asset>[[output://create_metadata_field_text_8005645733.assetid]]</asset>
1654
+ >>>>>>> .merge_file_Tl7iXx
1655
+ <attribute>editable</attribute>
1656
+ <value><![CDATA[1]]></value>
1657
+ </action>
1658
+ <action>
1659
+ <<<<<<< .merge_file_MU8EC4
1660
+ <action_id>set_metadata_field_text_764679045_editable</action_id>
1661
+ <action_type>set_attribute_value</action_type>
1662
+ <asset>[[output://create_metadata_field_text_764679045.assetid]]</asset>
1663
+ =======
1664
+ <action_id>set_metadata_field_text_8005645733_editable</action_id>
1665
+ <action_type>set_attribute_value</action_type>
1666
+ <asset>[[output://create_metadata_field_text_8005645733.assetid]]</asset>
1667
+ >>>>>>> .merge_file_Tl7iXx
1668
+ <attribute>editable</attribute>
1669
+ <value><![CDATA[1]]></value>
1670
+ </action>
1671
+ <action>
1672
+ <<<<<<< .merge_file_MU8EC4
1673
+ <action_id>set_metadata_field_text_764679045_required</action_id>
1674
+ <action_type>set_attribute_value</action_type>
1675
+ <asset>[[output://create_metadata_field_text_764679045.assetid]]</asset>
1676
+ =======
1677
+ <action_id>set_metadata_field_text_8005645733_required</action_id>
1678
+ <action_type>set_attribute_value</action_type>
1679
+ <asset>[[output://create_metadata_field_text_8005645733.assetid]]</asset>
1680
+ >>>>>>> .merge_file_Tl7iXx
1681
+ <attribute>required</attribute>
1682
+ <value><![CDATA[0]]></value>
1683
+ </action>
1684
+ <action>
1685
+ <<<<<<< .merge_file_MU8EC4
1686
+ <action_id>set_permission_764679045_read_5</action_id>
1687
+ <action_type>set_permission</action_type>
1688
+ <asset>[[output://create_metadata_field_text_764679045.assetid]]</asset>
1689
+ =======
1690
+ <action_id>set_permission_8005645733_read_5</action_id>
1691
+ <action_type>set_permission</action_type>
1692
+ <asset>[[output://create_metadata_field_text_8005645733.assetid]]</asset>
1693
+ >>>>>>> .merge_file_Tl7iXx
1694
+ <permission>1</permission>
1695
+ <granted>1</granted>
1696
+ <userid>[[system://public_user]]</userid>
1697
+ </action>
1698
+ </actions>