Andrew
Andrew
@faierbol I'm sorry for delay. For now you can create a new plugin project with the code in the [admin part](https://cromwellcms.com/docs/development/plugin-development#admin) : ```js title="src/admin/index.tsx" import { registerSidebarLinkModifier } from '@cromwell/admin-panel';...
@playrich Actually I was thinking about this case several times in past. I was about to extend setup (welcome) admin panel page with two checkboxes/sliders: - Store - Blog So...
Thanks, fair requirements! I'll work on my PR to add signup role and custom fields features. @faierbol can you pls explain the part: > select which fields will be used...
@playrich any entity has `isEnabled` flag. You can use it on the frontend to disable the role. I'll configure backend to reject such role for auth
@playrich right, theme authors can configure these forms. Another part of the question is what roles backend should accept for signup. Right now there's one signup role `customer`, but after...