1
0
mirror of https://github.com/typemill/typemill.git synced 2025-10-20 17:19:00 +02:00

Version 1.4.1: Custom fields finished

This commit is contained in:
trendschau
2020-10-31 14:53:37 +01:00
parent 649e545945
commit ef027160d5
4 changed files with 36 additions and 18 deletions

View File

@@ -6,7 +6,7 @@ homepage: http://trendschau.net
licence: No licence
metatabs:
adamhall:
customfields:
fields:
myfield:
type: customfields

View File

@@ -1,4 +1,4 @@
Vue.component('tab-adamhall', {
Vue.component('tab-customfields', {
props: ['saved', 'errors', 'formdata', 'schema'],
template: '<section><form>' +
'<component v-for="(field, index) in schema.fields"' +