Skip to content

Commit

Permalink
content: 1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jfmcquade committed Jun 9, 2023
1 parent 8b1979e commit 30b7330
Show file tree
Hide file tree
Showing 8 changed files with 347 additions and 28 deletions.
5 changes: 5 additions & 0 deletions app_data/sheets/contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -2329,6 +2329,11 @@
"comments": "Default text-select feedback form",
"_xlsxPath": "feature_sheets/to_be_sorted/feature_feedback.xlsx"
},
"feature_share": {
"flow_type": "template",
"flow_name": "feature_share",
"_xlsxPath": "feature_sheets/to_be_sorted/feature_share.xlsx"
},
"home_screen": {
"flow_type": "template",
"flow_name": "home_screen",
Expand Down
32 changes: 29 additions & 3 deletions app_data/sheets/template/component_demo/comp_pdf.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,44 @@
},
"_nested_name": "title"
},
{
"name": "error_message",
"value": "This feature is not supported in this browser, please use an up-to-date version of Google Chrome to view",
"_translations": {
"value": {}
},
"type": "set_variable",
"_nested_name": "error_message"
},
{
"type": "pdf",
"name": "pdf_viewer",
"value": "quality_assurance/example_pdf.pdf",
"value": "example_pdf.pdf",
"_translations": {
"value": {}
},
"parameter_list": {
"starting_page": "3",
"error_message": "Embedded PDFs are not supported in this browser, please use an up-to-date version of Google Chrome to view"
"error_message": "@local.error_message"
},
"_nested_name": "pdf_viewer",
"_dynamicFields": {
"parameter_list": {
"error_message": [
{
"fullExpression": "@local.error_message",
"matchedExpression": "@local.error_message",
"type": "local",
"fieldName": "error_message"
}
]
}
},
"_nested_name": "pdf_viewer"
"_dynamicDependencies": {
"@local.error_message": [
"parameter_list.error_message"
]
}
}
],
"_xlsxPath": "component_sheets/component_pdf.xlsx"
Expand Down
26 changes: 2 additions & 24 deletions app_data/sheets/template/component_demo/comp_select_text.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
{
"type": "select_text",
"name": "select_text_1",
"value": "@local.user_id",
"value": "Text to copy",
"_translations": {
"value": {}
},
Expand All @@ -102,14 +102,6 @@
},
"_nested_name": "select_text_1",
"_dynamicFields": {
"value": [
{
"fullExpression": "@local.user_id",
"matchedExpression": "@local.user_id",
"type": "local",
"fieldName": "user_id"
}
],
"parameter_list": {
"copy_text": [
{
Expand All @@ -130,9 +122,6 @@
}
},
"_dynamicDependencies": {
"@local.user_id": [
"value"
],
"@local.copy_text": [
"parameter_list.copy_text"
],
Expand All @@ -144,7 +133,7 @@
{
"type": "select_text",
"name": "select_text_2",
"value": "@local.user_id",
"value": "Text to share",
"_translations": {
"value": {}
},
Expand All @@ -154,14 +143,6 @@
},
"_nested_name": "select_text_2",
"_dynamicFields": {
"value": [
{
"fullExpression": "@local.user_id",
"matchedExpression": "@local.user_id",
"type": "local",
"fieldName": "user_id"
}
],
"parameter_list": {
"copy_icon": [
{
Expand All @@ -182,9 +163,6 @@
}
},
"_dynamicDependencies": {
"@local.user_id": [
"value"
],
"@local.copy_icon_1": [
"parameter_list.copy_icon"
],
Expand Down
Loading

0 comments on commit 30b7330

Please sign in to comment.