File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -367,6 +367,7 @@ rest of files):
367
367
twig :
368
368
form_themes :
369
369
- ' form/custom_types.html.twig'
370
+ - ' ...'
370
371
371
372
.. code-block :: xml
372
373
@@ -382,6 +383,7 @@ rest of files):
382
383
383
384
<twig : config >
384
385
<twig : form-theme >form/custom_types.html.twig</twig : form-theme >
386
+ <twig : form-theme >...</twig : form-theme >
385
387
</twig : config >
386
388
</container >
387
389
@@ -391,12 +393,13 @@ rest of files):
391
393
$container->loadFromExtension('twig', [
392
394
'form_themes' => [
393
395
'form/custom_types.html.twig',
396
+ '...',
394
397
],
395
398
]);
396
399
397
400
The last step is to create the actual Twig template that will render the type.
398
401
The template contents depend on which HTML, CSS and JavaScript frameworks and
399
- libraries used in your application:
402
+ libraries are used in your application:
400
403
401
404
.. code-block :: twig
402
405
You can’t perform that action at this time.
0 commit comments