Skip to content

Commit

Permalink
docs: fix file structure
Browse files Browse the repository at this point in the history
  • Loading branch information
cnouguier committed Jun 12, 2024
1 parent 5ff247e commit fc4d947
Showing 1 changed file with 18 additions and 16 deletions.
34 changes: 18 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,15 @@ Consequently, the popup function will attempt to localize the specified file bas
The minimum file structure you need to create is the following:
```
my-theme
├ login
| |_ theme.json
| └─ resources
| ├─ js
| | └─ config.js
| └─ img
| └─ logo.png
└─ theme.properties
└─login
|_ theme.properties
└─ resources
├─ theme.json
├─ js
| └─ config.js
└─ img
└─ logo.png
```
#### theme.json

Expand Down Expand Up @@ -108,14 +109,15 @@ For instance, if you need to overwrite the `options` fragment, add `options.ftl`
```
my-theme
├ login
| ├─ fragments
| | └─ options.ftl
| └─ resources
| ├─ js
| | └─ config.js
| └─ img
| └─ logo.png
└─ theme.properties
|_ theme.properties
├─ fragments
| └─ options.ftl
└─ resources
├─ theme.json
├─ js
| └─ config.js
└─ img
└─ logo.png
```

### Helper functions
Expand Down

0 comments on commit fc4d947

Please sign in to comment.