Maximilian Berghoff
Maximilian Berghoff
For some reason we require `sonata-projec/block-bundle` the the requirement on `sonata-project/seo-bundle`. Cause of that the required configuration `sonata_block.default_contexts: [cms]` must be configured. So we have got two choices: - add...
Both providers are trying to create the path by the route base path, which is usually `/cms/routes`. Pages persisted with the `CmfSimpleCmsBundle` strore nodes, whoere the routes/menu/content is available under...
to get different pattern for different content or use cases. One more property for the `SeoMetadata` and in the Admin-Extension (or the form type) and one more Extractor for that.
instead of setting string url's to the `SeoMetadata` i would prefere the routes selection from the treebrowser for setting the redirect/canonical url.
Especially the blocks have lots of childs. So it would be nice to not get the `SeoMetadata` properties from the parent document only. It would be nice to have helper/Extractor...
When working on resources i realized, that the work of this bundle could also enrich resource data. So i would propose an enhancer that would do that. From the responsibility...
I do not like Exceptions like that: ``` IdException: Property "parentDocument" mapped as ParentDocument may not be empty in document of class "..\Document\Category" ``` So i would like to add...
- Find or help to find a matching SonataMedia integration (there have been some BC-Breaks and broken releases with other then ORM) - Improvements on SonataCategory system as it is...
Adding a collection of media files (images or files) to a node/document is quite easy. The persistence works, but trying to visualize them in a collection form type with the...
Implementing PHPCR-ODM 2.0 could mean to use its HiearachyInterface, which is pretty nice from the document perspective, but not understandable from the file system perspective. I would wish to make...