Julien Lambé
Julien Lambé
Normally those endpoint should be accessible. For example, Gutenberg is using them in order to work. I would refer to the official [REST API documentation](https://developer.wordpress.org/rest-api/) for best usage. I haven't...
I kind of like the automation idea, will review this later :) Just wondering if there is any performance issue by doing a reflection for a so small enhancement. Do...
Thanks for reporting this, we'll look at this. I think there is already a similar issue regarding the management of the absolute URL with the helper function.
Yup the `media` field is not yet compatible for use inside a taxonomy term as well as from an option page, ... it only exists for metabox as a ReactJS...
I would need to test but it's true that URLs might not work as expected as we filter them inside the `app/Hooks/Application.php` file: - https://github.com/themosis/themosis/blob/2.0/app/Hooks/Application.php#L52 Perhaps you can try to...
The best approach would be to add the Blade `directive` method to the Scout API. Currently it's not implemented.
Currently, the master branch has the full version of Blade template engine loaded. You're able to use both `scout.php` or `blade.php` file extensions for your templates. I'll look after a...
@bactisme I'm looking at this to close issues for next release. The idea is to map a `@cache` directive to the WordPress caching API so behind the scenes you can...
I'm currently out of ideas in order to make this to work. I cannot find a way to store the content shown between 2 blade directives. I've tried a `@cache('view.path',...
@dimitriBouteille This could be useful indeed. What do you expect from the "show" button ? open the media library modal with the file information ? Also, what to show when...