Skip to content

Commit fdfc2cb

Browse files
timhoviusxabbuh
authored andcommitted
Changed folder name to lowercase (best practises)
1 parent 8c99ac9 commit fdfc2cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/form/create_custom_field_type.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ link for details), create a ``gender_widget`` block to handle this:
111111

112112
.. code-block:: html+twig
113113

114-
{# app/Resources/views/Form/fields.html.twig #}
114+
{# app/Resources/views/form/fields.html.twig #}
115115
{% block gender_widget %}
116116
{% spaceless %}
117117
{% if expanded %}
@@ -132,7 +132,7 @@ link for details), create a ``gender_widget`` block to handle this:
132132

133133
.. code-block:: html+php
134134

135-
<!-- app/Resources/views/Form/gender_widget.html.php -->
135+
<!-- app/Resources/views/form/gender_widget.html.php -->
136136
<?php if ($expanded) : ?>
137137
<ul <?php $view['form']->block($form, 'widget_container_attributes') ?>>
138138
<?php foreach ($form as $child) : ?>

0 commit comments

Comments
 (0)