Skip to content

Commit 4dcd506

Browse files
camillemonchicourtdtrucs
authored andcommitted
Doc customization-htmlscripts.md - Fix details.json path
1 parent 49bc60d commit 4dcd506

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/customization/customization-htmlscripts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ You can define variables in "mustache templates" (meaning between brackets `{{ v
4343
When choosing a template name, care must be taken not to select a reserved name used by sections defined by the application (e.g `presentation`, see [example](https://github.com/GeotrekCE/Geotrek-rando-v3/blob/main/frontend/config/details.json)).
4444
If you do, the customized template will not be displayed.
4545

46-
**Step 2:** Copy the template name without the `.html` suffix into the `customization/html/details.json` file.
46+
**Step 2:** Copy the template name without the `.html` suffix into the `customization/config/details.json` file.
4747
For example I want to display it in treks and outdoor sites details page:
4848

4949
```json
@@ -101,7 +101,7 @@ Here is some examples but there is a lot more that can be done, your imagination
101101

102102
!!! note
103103

104-
By default the **forecast widget** is enabled for all content types; if you want to remove it, you need to write it explicitly in the `customization/html/details.json` file.
104+
By default the **forecast widget** is enabled for all content types; if you want to remove it, you need to write it explicitly in the `customization/config/details.json` file.
105105

106106
```json
107107
{

0 commit comments

Comments
 (0)