Skip to content
Discussion options

You must be logged in to vote

Good question — this is documented, but it's easy to miss: see MODULES.md at the repo root.

The short answer: third-party modules are client-side (frontend) only. They are not server-side plugins.

What a module is: a folder in modules/<id>/ with a module.json manifest and an entry .js file that exports render(container, context). Yuvomi's server discovers it, validates the manifest, and serves its static assets at /api/v1/modules/assets/<id>/.... The client registers a single page route at /m/<id> and (optionally) a left-menu entry. Copy the folder in, enable it under Settings → Modules → Navigation — no rebuild, no core edits.

On your specific questions:

  • Can a module access the Yuvomi d…

Replies: 4 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by aitor-imaz
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@aitor-imaz
Comment options

@ulsklyc
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants