Skip to content

Commit

Permalink
Merge pull request #122 from ParentingForLifelongHealth/content/1.1.97
Browse files Browse the repository at this point in the history
content: 1.1.97
  • Loading branch information
esmeetewinkel authored Nov 1, 2024
2 parents 799298b + 79c2e78 commit 4768e9d
Show file tree
Hide file tree
Showing 3 changed files with 841 additions and 112 deletions.
16 changes: 11 additions & 5 deletions app_data/sheets/template/book_cover.json
Original file line number Diff line number Diff line change
Expand Up @@ -540,14 +540,20 @@
"action_list": [
{
"trigger": "click",
"action_id": "go_to",
"action_id": "pop_up",
"args": [
"[email protected]_data.id"
],
"_raw": "click | go_to: [email protected]_data.id",
"_cleaned": "click | go_to: [email protected]_data.id"
"_raw": "click | pop_up: [email protected]_data.id | fullscreen: true",
"_cleaned": "click | pop_up: [email protected]_data.id | fullscreen: true",
"params": {
"fullscreen": true
}
}
],
"parameter_list": {
"style": "navigation"
},
"_nested_name": "button",
"_dynamicFields": {
"action_list": {
Expand All @@ -564,15 +570,15 @@
},
"_raw": [
{
"fullExpression": "click | go_to: [email protected]_data.id",
"fullExpression": "click | pop_up: [email protected]_data.id | fullscreen: true",
"matchedExpression": "@local.book_data.id",
"type": "local",
"fieldName": "book_data"
}
],
"_cleaned": [
{
"fullExpression": "click | go_to: [email protected]_data.id",
"fullExpression": "click | pop_up: [email protected]_data.id | fullscreen: true",
"matchedExpression": "@local.book_data.id",
"type": "local",
"fieldName": "book_data"
Expand Down
Loading

0 comments on commit 4768e9d

Please sign in to comment.