Skip to content

Commit

Permalink
fix: add back nutrition facts table title in knowledge panel (#6867)
Browse files Browse the repository at this point in the history
* fix: add back nutrition facts table title in knowledge panel

* fix: spacing

Co-authored-by: Pierre Slamich <[email protected]>

Co-authored-by: off <[email protected]>
Co-authored-by: Alex Garel <[email protected]>
Co-authored-by: Pierre Slamich <[email protected]>
  • Loading branch information
4 people authored Jun 8, 2022
1 parent 82c9b5e commit 2085f4f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"element_type": "table",
"table_element": {
"id": "nutrition_facts_table",
"title": "[% lang('nutrition_data_table') %]",
// Create a structure to check if we already have seen a column for a given scope
// so that we can mark the first one as the default column for the group
[% SET scopes = {} %]
Expand Down

0 comments on commit 2085f4f

Please sign in to comment.