Skip to content

Commit

Permalink
fix: text_type renamed to type (#7576)
Browse files Browse the repository at this point in the history
fix: text_type renamed to type #7573
  • Loading branch information
stephanegigandet committed Oct 19, 2022
1 parent 86b34d3 commit 7ae35ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
{
"element_type": "text",
"text_element": {
"text_type": "summary",
"type": "summary",
"html": `
<p>[% lang('source_ademe_agribalyse_for_category') %]
<a href=\"https://agribalyse.ademe.fr/app/aliments/[% product.ecoscore_data.agribalyse.code %]\">[% panel.agribalyse_category_name.dquote %]</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{
"element_type": "text",
"text_element": {
"text_type": "summary",
"type": "summary",
"html": `
<p>[% lang('categories_s') FILTER ucfirst %][% sep %]:
<a href=\"https://agribalyse.ademe.fr/app/aliments/[% product.ecoscore_data.agribalyse.code %]\">[% panel.agribalyse_category_name %]</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
{
"element_type": "text",
"text_element": {
"text_type": "summary",
"type": "summary",
"html": `<p>Warning: this feature is experimental and under development.</p>

<p>Estimated impact for this product:</p>
Expand Down

0 comments on commit 7ae35ea

Please sign in to comment.