Skip to content

Commit

Permalink
nette/application 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Jan 25, 2021
1 parent 3482cff commit 52b3728
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion cs/configuring.texy
Expand Up @@ -464,7 +464,10 @@ Tímto nastavením lze globálně ovlivnit chování Latte v komponentách a pre

```neon
latte:
# přepne Latte do XHTML režimu
# zobrazit Latte panel v Tracy Baru pro hlavní šablonu (true) nebo všechny komponenty (all)?
debugger: ... # (true|false|'all') výchozí je true
# přepne Latte do XHTML režimu (deprecated)
xhtml: ... # (bool) výchozí je false
# generuje šablony s hlavičkou declare(strict_types=1)
Expand Down
5 changes: 4 additions & 1 deletion en/configuring.texy
Expand Up @@ -460,7 +460,10 @@ This setting globally affects the behavior of Latte in components and presenters

```neon
latte:
# switches Latte to XHTML mode
# shows Latte panel in the Tracy Bar for the main template (true) or for all components (all)?
debugger: ... # (true|false|'all') defaults to true
# switches Latte to XHTML mode (deprecated)
xhtml: ... # (bool) defaults to false
# generates templates with declare(strict_types=1)
Expand Down

0 comments on commit 52b3728

Please sign in to comment.