✨ feat: enhance admin UI configuration and SSR handling
- Add support for number chip arrays and JSON editor in admin UI config. - Introduce pagebuilder block registry for Svelte components in admin previews. - Implement custom role names and a 3-layer cascade model for field-level permissions. - Add CORS configuration hierarchy for better API security. - Update project setup instructions for admin token and config management. - Improve SSR 404 signaling with proper context handling in NotFound component. - Refactor routing structure to separate NotFound page into its own route.
This commit is contained in:
@@ -30,6 +30,10 @@ jobs:
|
||||
npm install -g yarn
|
||||
yarn install
|
||||
|
||||
- name: validate
|
||||
run: |
|
||||
yarn validate
|
||||
|
||||
- name: modify config
|
||||
run: ./scripts/ci-modify-config.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user