Jump to content
  • 0

Question

Posted

I want to make an Plugin for maximum value 255 to Max Interger. Can i do it?

3 answers to this question

Recommended Posts

  • 1
Posted

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.

  • 0
Posted
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?

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...