Fix/bugfixes (#80)

* Fix widgetsFor for lists and objects
* Fix input for datetime widget
* Fix search
This commit is contained in:
Daniel Lautzenheiser
2022-11-09 09:52:05 -05:00
committed by GitHub
parent b13653b26d
commit 28a1f7a78a
14 changed files with 270 additions and 178 deletions

View File

@ -628,7 +628,7 @@ collections:
widget: select
options:
- label: One
value: "One"
value: 'One'
- label: Two
value: 2
- label: Three

View File

@ -1,7 +1,7 @@
// Register all the things
CMS.init();
const PostPreview = ({ entry, widgetFor }) => {
const PostPreview = ({ entry, widgetFor, widgetsFor }) => {
return h(
'div',
{},