Julien Lambé
Julien Lambé
Now that version 2.0 is bundled with authentication features, we can focus on providing a nice default UI for auth screens. Here are default routes for the authentication feature: -...
This issue is quite vast. The idea here is to analyse the new form and fields API and provide an "in framework" mechanism for users to easily add custom fields....
The current `tax` route condition only handle the taxonomy parameter. Currently the framework lacks a way to specify the taxonomy term parameter in order to get more fine tuned routing....
Find a way to add user custom fields based on role(s). If the defined role do not exists, simply don't add the custom fields. If no roles are defined, the...
Child theme routes are overwritten by the parent theme. We should provide a check that if a route is already registered regarding a child theme, this route can't overwritten by...
Explain how to apply a custom prefix to fields attached to a custom taxonomy. A sample code can be found inside the following issue: [https://github.com/themosis/framework/issues/732](https://github.com/themosis/framework/issues/732) Only for documentation on framework...
Add service providers documentation. How to best write service providers, how to register them.
Provide details about the FieldRespositoryInterface instance attached to a form. The `repository()` public method gives access to the list of fields added to a form.
In order to help users contribute to the documentation, add an "Edit" link, on every pages, that redirects to the appropriate GitHub branch and file.