Compare commits

...

2 Commits

Author SHA1 Message Date
philipp lang c0096c0794 Remove adrema-plugin submodule
continuous-integration/drone/push Build is failing Details
2024-03-17 16:50:18 +01:00
philipp lang 05bcb376c8 Update oc-adrema-plugin 2024-03-17 16:42:47 +01:00
4 changed files with 5 additions and 5 deletions

6
.gitmodules vendored
View File

@ -7,9 +7,9 @@
[submodule "packages/tex"]
path = packages/tex
url = https://git.zoomyboy.de/pille/tex
[submodule "packages/oc-adrema-plugin"]
path = packages/oc-adrema-plugin
url = https://git.zoomyboy.de/silva/oc-adrema-plugin.git
[submodule "packages/adrema-form"]
path = packages/adrema-form
url = https://git.zoomyboy.de/silva/adrema-form.git
[submodule "packages/medialibrary-helper"]
path = packages/medialibrary-helper
url = https://git.zoomyboy.de/zoomyboy/medialibrary-helper.git

1
packages/adrema-form Submodule

@ -0,0 +1 @@
Subproject commit 2e232a95fd84f6dcca80abe4d2ed37e1fac7e352

@ -1 +0,0 @@
Subproject commit 3e299a2694096dedfe57f2fe0e92d84e544f5c57

View File

@ -54,7 +54,7 @@
<script setup>
import {watch, computed, ref} from 'vue';
import {snakeCase} from 'change-case';
import '!/adrema-plugin/dist/main.js';
import '!/adrema-form/dist/main.js';
import Asideform from './Asideform.vue';
import TextareaField from './TextareaField.vue';
import TextField from './TextField.vue';