markdown editor adjustments
This commit is contained in:
@ -598,9 +598,9 @@
|
|||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
<label :for="'id_instruction_' + step.id">{{ $t("Instructions") }}</label>
|
<label :for="'id_instruction_' + step.id">{{ $t("Instructions") }}</label>
|
||||||
<mavon-editor v-model="step.instruction" :autofocus="false"
|
<mavon-editor v-model="step.instruction" :autofocus="false"
|
||||||
style="height: 40vh; z-index: auto" :id="'id_instruction_' + step.id"
|
style="z-index: auto" :id="'id_instruction_' + step.id"
|
||||||
:language="'en'"
|
:language="'en'"
|
||||||
:toolbars="md_editor_toolbars"/>
|
:toolbars="md_editor_toolbars" :defaultOpen="'edit'"/>
|
||||||
|
|
||||||
<!-- TODO markdown DOCS link and markdown editor -->
|
<!-- TODO markdown DOCS link and markdown editor -->
|
||||||
</div>
|
</div>
|
||||||
@ -793,9 +793,9 @@ export default {
|
|||||||
imagelink: false,
|
imagelink: false,
|
||||||
code: true,
|
code: true,
|
||||||
table: false,
|
table: false,
|
||||||
fullscreen: true,
|
fullscreen: false,
|
||||||
readmodel: true,
|
readmodel: false,
|
||||||
htmlcode: true,
|
htmlcode: false,
|
||||||
help: true,
|
help: true,
|
||||||
undo: true,
|
undo: true,
|
||||||
redo: true,
|
redo: true,
|
||||||
|
Reference in New Issue
Block a user