This commit is contained in:
2020-04-19 18:11:36 +00:00
parent db07e55763
commit 9ec0d8e220

View File

@@ -202,6 +202,7 @@
<v-icon>fa-image</v-icon>
</v-btn>
<v-menu
min-width="360"
v-model="imageMenu"
:close-on-content-click="false"
offset-y
@@ -217,7 +218,7 @@
<v-tab>{{ $ay.t("File") }}</v-tab>
<v-tab-item
><div class="ma-8">
><div class="ma-6">
<v-text-field
v-model="imageUrl"
:label="$ay.t('ImageUrl')"
@@ -228,7 +229,7 @@
></v-text-field></div
></v-tab-item>
<v-tab-item
><div class="ma-8">
><div class="ma-6">
FILE SELECT HERE FILE UPLOAD HERE
<v-text-field
@@ -759,6 +760,8 @@ todo: add url based image link and stub out local file image link
todo: Undo / redo (ctrl-z / ctrl-y) ability?
- may need a library for this one if it's tricky to support levels of undo
todo: wiki controls showing before widget form has loaded causing annoying ability to click but then doesn't work right away
- wiki controls (and indeed nothing at all) should show on form until the object is finished loading
todo: Add wikiContent field to form defintions at server so can hide or show in form customization