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:
@@ -6,7 +6,7 @@ homepage: http://trendschau.net
|
||||
licence: No licence
|
||||
|
||||
metatabs:
|
||||
adamhall:
|
||||
customfields:
|
||||
fields:
|
||||
myfield:
|
||||
type: customfields
|
||||
|
@@ -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"' +
|
||||
|
Reference in New Issue
Block a user