Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fdfc2cb

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

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎cookbook/form/create_custom_field_type.rst

Copy file name to clipboardExpand all lines: cookbook/form/create_custom_field_type.rst
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.