-
Notifications
You must be signed in to change notification settings - Fork 26
[bug] - Editor property #201
Copy link
Copy link
Closed
Description
Description
When using more than one editor property in a flexible, the first one is but the others editors are not rendered correctly. They are stuck on the "text" tab, "visual" tab can't be clicked.
Steps to reproduce
papi_property( [
'title' => 'Flexible',
'slug' => 'my_flexible_slug',
'type' => 'flexible',
'settings' => [
'items' => [
[
'title' => 'Posts',
'items' => [
papi_property( [
'type' => 'editor',
'title' => 'Title',
'slug' => 'my_string_slug'
] ),
papi_property( [
'type' => 'editor',
'title' => 'Post',
'slug' => 'my_post_slug'
] )
]
],
]
]
] )What versions of softwares are you using?
- Browser: Chrome latest
- Papi: dev-master
- WordPress: latest
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels