Skip to content

Commit cfb2fae

Browse files
committed
Disabling Diazo: Make some of the docs clearer.
1 parent 75ce86e commit cfb2fae

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/classic-ui/theming/diazo.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,14 @@ The size of the {file}`rules.xml` file and the number of rules it contains can n
180180

181181
### Disabling Diazo for AJAX requests
182182

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.
184184
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+
```
186191

187192
Firs you need a theme-parameter in your {file}`manifest.cfg` file.
188193

0 commit comments

Comments
 (0)