This commit is contained in:
@@ -202,6 +202,7 @@
|
|||||||
<v-icon>fa-image</v-icon>
|
<v-icon>fa-image</v-icon>
|
||||||
</v-btn>
|
</v-btn>
|
||||||
<v-menu
|
<v-menu
|
||||||
|
min-width="360"
|
||||||
v-model="imageMenu"
|
v-model="imageMenu"
|
||||||
:close-on-content-click="false"
|
:close-on-content-click="false"
|
||||||
offset-y
|
offset-y
|
||||||
@@ -217,7 +218,7 @@
|
|||||||
<v-tab>{{ $ay.t("File") }}</v-tab>
|
<v-tab>{{ $ay.t("File") }}</v-tab>
|
||||||
|
|
||||||
<v-tab-item
|
<v-tab-item
|
||||||
><div class="ma-8">
|
><div class="ma-6">
|
||||||
<v-text-field
|
<v-text-field
|
||||||
v-model="imageUrl"
|
v-model="imageUrl"
|
||||||
:label="$ay.t('ImageUrl')"
|
:label="$ay.t('ImageUrl')"
|
||||||
@@ -228,7 +229,7 @@
|
|||||||
></v-text-field></div
|
></v-text-field></div
|
||||||
></v-tab-item>
|
></v-tab-item>
|
||||||
<v-tab-item
|
<v-tab-item
|
||||||
><div class="ma-8">
|
><div class="ma-6">
|
||||||
FILE SELECT HERE FILE UPLOAD HERE
|
FILE SELECT HERE FILE UPLOAD HERE
|
||||||
|
|
||||||
<v-text-field
|
<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?
|
todo: Undo / redo (ctrl-z / ctrl-y) ability?
|
||||||
- may need a library for this one if it's tricky to support levels of undo
|
- 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
|
todo: Add wikiContent field to form defintions at server so can hide or show in form customization
|
||||||
|
|||||||
Reference in New Issue
Block a user