This commit is contained in:
Carlos Valverde 2025-02-24 17:40:33 +01:00
parent 4ce1c8e237
commit 68ea850491

View File

@ -52,18 +52,17 @@ package its theme like a module.
website_airproof website_airproof
├── data ├── data
├── i18n ├── i18n
├── lib
├── static ├── static
│ ├── description │ ├── description
│ ├── fonts │ ├── fonts
│ ├── image_shapes // Shapes for images │ ├── lib
│ ├── shapes // Shapes for background │ ├── shapes // Shapes for background
│ └── src │ └── src
│ ├── img │ ├── img
│ │ ├── content // For those used in the pages of your website │ │ ├── content // For those used in the pages of your website
│ │ └── wbuilder // For those used in the builder │ │ └── wbuilder // For those used in the builder
│ ├── js │ ├── js
│ ├── scss │ ├── scss // Theme specific styles
│ └── snippets // custom snippets │ └── snippets // custom snippets
├── views ├── views
├── __init__.py ├── __init__.py