We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
url
Currently the SuluContentBundle forces the user to have the route property named url in the template.
This behaviour is not consistent throughout Sulu. The ArticleBundle did not force you to have to property named url usually it was called routePath.
routePath
Therefore migrating the ArticleBundle to the ContentBundle requires also a migration of the XML templates.
route
sulu_core: content: structure: required_properties: home: - title - url
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently the SuluContentBundle forces the user to have the route property named
url
in the template.This behaviour is not consistent throughout Sulu. The ArticleBundle did not force you to have to property named
url
usually it was calledroutePath
.Therefore migrating the ArticleBundle to the ContentBundle requires also a migration of the XML templates.
Possible solution
route
property that is not namedurl
.url
property in the template structure e.g.:The text was updated successfully, but these errors were encountered: