Skip to content

Commit

Permalink
content: 1.1.25
Browse files Browse the repository at this point in the history
  • Loading branch information
efmchris committed Dec 12, 2024
1 parent b87b5a3 commit 13da5ff
Show file tree
Hide file tree
Showing 6 changed files with 1,305 additions and 667 deletions.
13 changes: 13 additions & 0 deletions app_data/sheets/contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,9 @@
"data_list_name": "esm_topics",
"_xlsxPath": "EFM_topics_high_level_sheets.xlsx",
"_metadata": {
"searching_for_this": {
"type": "boolean"
},
"block2_illust_flex": {
"type": "number"
},
Expand All @@ -716,6 +719,16 @@
"type": "number"
}
}
},
"test_list": {
"flow_type": "data_list",
"flow_name": "test_list",
"_xlsxPath": "EFM_high_level_sheets.xlsx",
"_metadata": {
"torf": {
"type": "boolean"
}
}
}
},
"data_pipe": {},
Expand Down
554 changes: 277 additions & 277 deletions app_data/sheets/data_list/efm_pow_list.json

Large diffs are not rendered by default.

354 changes: 256 additions & 98 deletions app_data/sheets/data_list/esm_topic_list.json

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions app_data/sheets/data_list/test_list.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"flow_type": "data_list",
"flow_name": "test_list",
"status": "released",
"rows": [
{
"id": "id_1",
"torf": false
},
{
"id": "id_2",
"torf": false
}
],
"_xlsxPath": "EFM_high_level_sheets.xlsx",
"_metadata": {
"torf": {
"type": "boolean"
}
}
}
Loading

0 comments on commit 13da5ff

Please sign in to comment.