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: docs/classic-ui/theming/diazo.md
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -180,9 +180,14 @@ The size of the {file}`rules.xml` file and the number of rules it contains can n
180
180
181
181
### Disabling Diazo for AJAX requests
182
182
183
-
You can disable AJAX requests for Diazo themes with the help of the `ajax_load` parameter.
183
+
You can disable AJAX requests for Diazo themes with the help of the `ajax_load`request parameter.
184
184
This parameter is used in some places throughout Plone to indicate AJAX requests, which normally should not be transformced by Diazo.
185
-
Also, in Plone 6.2 the `ajax_load` parameter will [automatically be added to the request](https://github.com/plone/Products.CMFPlone/pull/4169) for all AJAX requests.
185
+
Also, in Plone 6.2 the `ajax_load` parameter will [automatically be added to the request](https://github.com/plone/Products.CMFPlone/pull/4169) for most AJAX requests.
186
+
187
+
```{note}
188
+
Note: For Plone versions before 6.2, add the `ajax_load` query string parameter for your AJAX requests, e.g. `?ajax_load=1`.
189
+
For versions 6.2 and later, this is done automatically for most AJAX requests.
190
+
```
186
191
187
192
Firs you need a theme-parameter in your {file}`manifest.cfg` file.
0 commit comments