nvh Posted May 5, 2022 Posted May 5, 2022 I want to make an Plugin for maximum value 255 to Max Interger. Can i do it?
1 Cheshire Posted May 6, 2022 Posted May 6, 2022 This is not possible in a plugin because it's handled in areas plugins can not touch. (plugins can add code, they can't change existing code) Â You'd have to change the editor form inputs to allow higher values and the validation methods in the server. nvh 1
0 nvh Posted May 6, 2022 Author Posted May 6, 2022 1 hour ago, Cheshire said: This is not possible in a plugin because it's handled in areas plugins can not touch. (plugins can add code, they can't change existing code) Â You'd have to change the editor form inputs to allow higher values and the validation methods in the server. Tks for it. How to make an plugin for other feature?
Question
nvh
I want to make an Plugin for maximum value 255 to Max Interger. Can i do it?
3 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now