Open aaronibrahim opened 1 year ago
Hi @aaronibrahim In your config/plugins.ts
file, try changing the input.type
to bool
instead of boolean
.
In the docs there is a Supported Field Types section with a table that describes the schema type vs the input type. Sorry I know that's confusing. It's setup this way because Strapi schema uses boolean
as the type, but Strapi's GenericInput
component usesbool
.
Hey all,
Thanks for hearing out my problem. I'm hoping I just overlooked something silly that you'll catch right away.
Setup
strapi-server.ts
Note: I have also tried naming it
strapi-server.js
and used amodule.exports =
construct for the export.plugins.ts
Steps to reproduce:
yarn build
Outcome
I am not seeing the bold_display filed in my menu item.
What am I doing wrong?