Merge branch 'develop' into feature/VBV-597-umsetzung-cockpit-lernbegleitung
This commit is contained in:
commit
ae91f442f6
|
|
@ -67,17 +67,17 @@ function handleDelete() {
|
||||||
id="upload"
|
id="upload"
|
||||||
type="file"
|
type="file"
|
||||||
class="absolute opacity-0"
|
class="absolute opacity-0"
|
||||||
accept=".pdf,.jpg,.jpeg,.png,.doc,.docx,.mov,.ppt,.pptx"
|
accept=".pdf,.jpg,.jpeg,.png,.doc,.docx,.mov,.ppt,.pptx,.mp4"
|
||||||
@change="fileSelected"
|
@change="fileSelected"
|
||||||
/>
|
/>
|
||||||
<it-icon-document class="mr-1.5 h-7 w-7 text-blue-800" />
|
<it-icon-document class="mr-1.5 h-7 w-7 text-blue-800" />
|
||||||
{{ $t("a.Datei auswählen") }}
|
{{ $t("a.Datei auswählen") }}
|
||||||
</div>
|
</div>
|
||||||
<p class="text-sm text-gray-900">
|
<p class="text-sm text-gray-900">
|
||||||
{{ $t("a.Mögliche Formate") }}: .JPG, .PNG, .PDF, .DOC, .MOV, .PPT
|
{{ $t("a.Mögliche Formate") }}: .JPG, .PNG, .PDF, .DOC, .MOV, .PPT, .MP4
|
||||||
</p>
|
</p>
|
||||||
<p class="mb-8 text-sm text-gray-900">
|
<p class="mb-8 text-sm text-gray-900">
|
||||||
{{ $t("a.Maximale Dateigrösse") }}: 20 MB
|
{{ $t("a.Maximale Dateigrösse") }}: 50 MB
|
||||||
</p>
|
</p>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue