Functionality
Define a YAML structure + TypeScript typing for creating basic pages for templates. These templates allow basic styling and usage of handler functions to fetch data in the defined config.
Implementation Idea
Create a /plugin/$plugin-name/_index.tsx. This file uses a dynamic rendering function and hopefully also a dynamic loader / action function, if not we create service routes for these.
Backend and/or Frontend?
Frontend and Backend
Functionality
Define a YAML structure + TypeScript typing for creating basic pages for templates. These templates allow basic styling and usage of handler functions to fetch data in the defined config.
Implementation Idea
Create a
/plugin/$plugin-name/_index.tsx. This file uses a dynamic rendering function and hopefully also a dynamic loader / action function, if not we create service routes for these.Backend and/or Frontend?
Frontend and Backend