-
with https://github.com/symfony-cmf/ContentBundle/pull/91 and https://github.com/schmittjoh/serializer/pull/184 REST read support is basically available.
however it would be cool to get some more san…
-
### Environment
Symfony 6.1.12
#### Symfony packages
```
"php": ">=8.1",
"ext-ctype": "*",
"ext-iconv": "*",
"doctrine/annotations": "^1.0",
"doctrine/d…
-
Migrated from https://github.com/sonata-project/SonataDoctrinePhpcrAdminBundle/issues/116. Original description:
> - [x] with symfony-cmf/routing-bundle#273 you can have a link from the edit view …
-
There appeared certain problem here:
https://github.com/symfony-cmf/RoutingAutoBundle/issues/132
it is due to use of Global Parameters (e.g. node-paths defined in parameters.yml) in Documents / Enti…
-
There should be a built in way to embed links/urls to other routes in the CMF into the body of a PHPCR document that can be resolved to the correct URL for the page whether the page has been moved or …
-
Originally reported by @wjzijderveld in ContentBundle
> The embedded route and menu forms for the content admin are great!
>
> But for multilang menu nodes, it doesn't work to well.
> It only shows …
-
-
essentially it ships a RouteProvider that can dynamically create a route for any content in the repository along with a controller that can handle all the different HTTP verbs. this might eventually a…
-
Is there an easy way to allow editing of a documents blocks in the document itself.
It seems you need to create the block separately and set its position in the block. Is this the only way of doing…
-
We could support the Doctrine ORM by using "sharding" based on table fields to provide a hierarchy.
By providing a list of SQL field specifications we should be able to emulate a
hierarchy.
``` yaml…