renamed ingredients_markdown and removed ingredients_vue

This commit is contained in:
vabene1111
2024-02-24 13:05:23 +01:00
parent 6de68707ed
commit ae70064c06
4 changed files with 19 additions and 20 deletions

View File

@@ -44,7 +44,7 @@
<!-- step text -->
<div class="row">
<div class="col col-md-12">
<compile-component :code="step.ingredients_markdown"
<compile-component :code="step.instructions_markdown"
:ingredient_factor="ingredient_factor"></compile-component>
</div>
</div>

View File

@@ -2878,7 +2878,7 @@ export interface RecipeSteps {
* @type {string}
* @memberof RecipeSteps
*/
ingredients_markdown?: string;
instructions_markdown?: string;
/**
*
* @type {string}
@@ -3731,7 +3731,7 @@ export interface Step {
* @type {string}
* @memberof Step
*/
ingredients_markdown?: string;
instructions_markdown?: string;
/**
*
* @type {string}