mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-04-05 04:23:43 +00:00
Update template pathes to new syntax
This commit is contained in:
@@ -77,7 +77,7 @@ class CustomFieldRenderingTwig extends AbstractExtension
|
||||
* Twig Extension that is used to render the label of a custom field.
|
||||
*
|
||||
* @param CustomField $customField Either a customField OR a customizable_entity OR the FQDN of the entity
|
||||
* @param array $params The parameters for rendering. Currently, 'label_layout' allow to choose a different label. Default is 'ChillCustomFieldsBundle:CustomField:render_label.html.twig'
|
||||
* @param array $params The parameters for rendering. Currently, 'label_layout' allow to choose a different label. Default is '@ChillCustomFields/CustomField/render_label.html.twig'
|
||||
*
|
||||
* @return string HTML representation of the custom field label.
|
||||
*/
|
||||
|
||||
@@ -76,7 +76,7 @@ final class CustomFieldsGroupRenderingTwig extends AbstractExtension
|
||||
* @param string $documentType The type of the document (csv, html)
|
||||
* @param array $params The parameters for rendering :
|
||||
* - layout : allow to choose a different layout by default :
|
||||
* ChillCustomFieldsBundle:CustomFieldsGroup:render.html.twig
|
||||
* @ChillCustomFields/CustomFieldsGroup/render.html.twig
|
||||
* - show_empty : force show empty field
|
||||
*
|
||||
* @return string HTML representation of the custom field group value, as described in
|
||||
|
||||
Reference in New Issue
Block a user