Fix/bugfixes (#80)
* Fix widgetsFor for lists and objects * Fix input for datetime widget * Fix search
This commit is contained in:
committed by
GitHub
parent
b13653b26d
commit
28a1f7a78a
@ -628,7 +628,7 @@ collections:
|
||||
widget: select
|
||||
options:
|
||||
- label: One
|
||||
value: "One"
|
||||
value: 'One'
|
||||
- label: Two
|
||||
value: 2
|
||||
- label: Three
|
||||
|
@ -1,7 +1,7 @@
|
||||
// Register all the things
|
||||
CMS.init();
|
||||
|
||||
const PostPreview = ({ entry, widgetFor }) => {
|
||||
const PostPreview = ({ entry, widgetFor, widgetsFor }) => {
|
||||
return h(
|
||||
'div',
|
||||
{},
|
||||
|
Reference in New Issue
Block a user