847c42238b
- Default to only one fieldset - Move all other options to 'advanced'
30 lines
614 B
Plaintext
30 lines
614 B
Plaintext
{
|
|
propertyEditors: [
|
|
{
|
|
alias: "Imulus.Archetype",
|
|
name: "Archetype",
|
|
editor: {
|
|
view: "~/App_Plugins/Archetype/views/archetype.html",
|
|
valueType: "JSON"
|
|
},
|
|
prevalues: {
|
|
fields: [
|
|
{
|
|
label: "Config",
|
|
description: "(Required) Describe your Archetype.",
|
|
key: "archetypeConfig",
|
|
view: "/App_Plugins/Archetype/views/archetype.config.html",
|
|
validation: [
|
|
{
|
|
type: "Required"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
],
|
|
javascript: [
|
|
'~/App_Plugins/Archetype/js/archetype.js'
|
|
]
|
|
} |