Loading...
Started by Robert Niklasson • Jun 3, 2025 7:59 AM
Total Replies
4
Participants
3
Activity
Quiet
Duration
7:59 AM
Thread starter
my-cms-theme/
│── node_modules/
├── src/theme/
│ ├── assets/
│ ├── components/
│ │ └── modules/
│ ├── node_modules/
│ ├── styles/
│ ├── templates/
│ ├── fields.json
│ ├── Globals.d.ts
│ ├── package.json
│ ├── theme.json
│ └── tsconfig.json
│── .prettierrc
│── hsproject.json
└── package.json
{% module
"gettingStarted"
path="../components/modules/GettingStarted",
brandColors="{{ theme.brand_color }}",
%}project-folder/
│
├── js-package/
│ ├── assets/
│ ├── components/
│ │ ├── islands/
│ │ └── modules/
│ ├── styles/
│ ├── cms-assets.json
│ └── package.json
│
├── … optionally other project components …
│
└── hsproject.json
@projects like so:{% module "ExampleModule"
path="@projects/your-project/js-package/components/modules/ExampleModule",
%}4 messages in thread