File tree Expand file tree Collapse file tree 3 files changed +34
-16
lines changed
components/plugin/flex/blueprints/flex-objects Expand file tree Collapse file tree 3 files changed +34
-16
lines changed Original file line number Diff line number Diff line change
1
+ # v1.6.1
2
+ ## 01/02/2023
3
+
4
+ 1 . [ ] ( #improved )
5
+ * Improved FlexObjects default blueprint
6
+
1
7
# v1.6.0
2
8
## 12/28/2022
3
9
Original file line number Diff line number Diff line change 1
1
name : DevTools
2
2
slug : devtools
3
3
type : plugin
4
- version : 1.6.0
4
+ version : 1.6.1
5
5
description : Plugin and Theme scaffolding utilities
6
6
icon : cogs
7
7
author :
Original file line number Diff line number Diff line change @@ -40,11 +40,14 @@ config:
40
40
type: toggle
41
41
label: Published
42
42
width: 8
43
+ name:
44
+ link: edit
45
+ description:
43
46
44
47
# Edit View
45
48
edit:
46
49
title:
47
- template: '\{\ { object.title \}\ }'
50
+ template: '{ { object .title } }'
48
51
49
52
# Preview View
50
53
preview:
@@ -99,22 +102,31 @@ config:
99
102
options:
100
103
contains: 1
101
104
# Fields to be searched
102
- # fields:
103
- # - title
104
- # - description
105
+ fields:
106
+ - name
107
+ - description
105
108
106
109
form:
107
110
validation: loose
108
111
fields:
109
112
published:
110
- type: toggle
111
- label: Published
112
- highlight: 1
113
- default: 1
114
- options:
115
- 1: PLUGIN_ADMIN.YES
116
- 0: PLUGIN_ADMIN.NO
117
- validate:
118
- type: bool
119
- required: true
120
-
113
+ type: toggle
114
+ label: Published
115
+ highlight: 1
116
+ default: 1
117
+ options:
118
+ 1: PLUGIN_ADMIN.YES
119
+ 0: PLUGIN_ADMIN.NO
120
+ validate:
121
+ type: bool
122
+ required: true
123
+ name:
124
+ type: text
125
+ label: Name
126
+ validate:
127
+ required: true
128
+ description:
129
+ type: text
130
+ label: Description
131
+ validate:
132
+ required: true
You can’t perform that action at this time.
0 commit comments