Making imported extensions entities editable.
Hello we have ThingWorx 9.6 and are having a dev server for packaging the projects we create and other servers for production in which we actually get some data and process some stuff. I wanted to ask if there is a way to make entities editable again after they have been imported as an extension in the production servers. I have already tried exporting the project and changing all the xml entities to have the aspect.isExtension to false and to modify the entity file itself from the extension folder in the thingworx storage to have aspect.IsEditableExtensionObject="true".
We are trying to change the time in which a scheduler executes and would like this to be configurable, but as the scheduler comes in an extension, it is not possible to currently do so. Is there a way to either get only this entity(Scheduler) to be editable again or is there a way to change the time of the scheduler?

