You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/thymeleaf/ThymeleafProperties.java
+7-11Lines changed: 7 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -102,12 +102,10 @@ public class ThymeleafProperties {
102
102
privatebooleanenableSpringElCompiler;
103
103
104
104
/**
105
-
* Whether hidden form inputs acting as markers for checkboxes (which are omitted from
106
-
* form submission when unchecked) should be rendered before or after the rendered
107
-
* checkbox element itself for better integration with some CSS frameworks. Default is
108
-
* "false" (hiddens will be rendered after checkboxes).
105
+
* Whether hidden form inputs acting as markers for checkboxes should be rendered
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -512,7 +512,9 @@ content into your application. Rather, pick only the properties that you need.
512
512
spring.thymeleaf.reactive.full-mode-view-names= # Comma-separated list of view names (patterns allowed) that should be executed in FULL mode even if a max chunk size is set.
513
513
spring.thymeleaf.reactive.max-chunk-size=0B # Maximum size of data buffers used for writing to the response.
514
514
spring.thymeleaf.reactive.media-types= # Media types supported by the view technology.
515
+
spring.thymeleaf.render-hidden-markers-before-checkboxes= # Whether hidden form inputs acting as markers for checkboxes should be rendered before the checkbox element itself.
515
516
spring.thymeleaf.servlet.content-type=text/html # Content-Type value written to HTTP responses.
517
+
spring.thymeleaf.servlet.produce-partial-output-while-processing # Whether Thymeleaf should start writing partial output as soon as possible or buffer until template processing is finished.
516
518
spring.thymeleaf.suffix=.html # Suffix that gets appended to view names when building a URL.
517
519
spring.thymeleaf.template-resolver-order= # Order of the template resolver in the chain.
518
520
spring.thymeleaf.view-names= # Comma-separated list of view names (patterns allowed) that can be resolved.
0 commit comments