-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate button still active when edit = false #7
Comments
Just installed 0.1.5 but the button's still there... update package, npm install, npm run build but no difference. Also tried to remove node_modules and package-lock and reinstall/rebuild but also without any difference. |
Which version of Strapi are you using? |
"dependencies": { |
Fixed, thank you! |
In the field settings I've disabled editing (Editable field is set to false). When creating a new content type, the field is shown with a valid value. The field is gray instead of white, indicating the editable field is set properly. Still, the generate button is visible and actually creating a new value when clicked. This shouldn't be possible when edit = false.
The text was updated successfully, but these errors were encountered: