Lukas Kahwe Smith
Lukas Kahwe Smith
We are using it in the frontend too .. blocks are handled by CmfBlockBundle which integrates with SonataBlockBundle
that certainly looks interesting
@simensen just pointed out https://github.com/RobLoach/component-installer
we have read support now .. but no write support
maybe this is better delegated to SyliusResourceBundle or we extend it for our needs. need a bit of work however on some details however: https://github.com/Sylius/Sylius/issues/2057
another possibility http://stanlemon.net/2014/10/07/demoing-lemonrestbundle-with-ng-admin/
not really .. basically the controller will need to get some more methods for POST (adding a new page), PUT (updating a page) and DELETE (deleting a page). Note that...
we could look into moving some logic to a helper yes .. but imho that is a 2nd step. until then people can also extend the default controller to add...
something like https://github.com/Sylius/Sylius/blob/master/src/Sylius/Bundle/ResourceBundle/Controller/DomainManager.php could be useful here .. maybe this can be "unbundled" from ResourceBundle
maybe .. my main point was that it could be useful to have a separate class to handle the actual interaction with the EM/DM