mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-02 04:39:54 -05:00
renamed ingredients_markdown and removed ingredients_vue
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user