Julien Lambé
Julien Lambé
This issue is known but no solution found yet. You can't currently add the "Editor" field in an "infinite" field.
@Varkal No updates at the moment. Next release will be a complete field api refactoring but no changes planned now.
@Varkal Thanks. No release date at the moment unfortunately.
In future release, the Twig engine support is going to be on a separate package.
@dgines No time yet defined. On release 2.1, we focus on enhancing the new field API and simplify the creation of custom fields for users. Not sure if I can...
In your case, I suppose that the way products should be added is "dynamic". Like you have a list of all available products and then on another list, you add...
There is no infinite field for the moment on 2.0. It will be implemented back at some point but I can't give you a date.
@nathanopereira It depends on what you're trying to do but you could setup a custom post type and then use the new `Field::choice` field to define a select field where...
1. No ideas yet, I only scratch the surface of Js unit tests with Jest so I'm open to any suggestions for component testing. I switched to TypeScript to limit...
I'm aware of the Corcel project... What I have in mind here is more to provide utility classes for unit testing that hook into WordPress core functions like `wp_insert_post()` for...