Does anybody know of any documentation on editing an extension that already has been activated? Thanks
s
Steve Goldberg
04/22/2020, 3:27 PM
This is not possible and/or recommended. If you own the extension, then make modifications locally and push up your changes. If it is third-party, then you will need to write code that extends or modifies it.
m
malcolm sauque
04/23/2020, 3:24 PM
Awesome thanks Yes I would like to modify my own extension. So i cold just fetch it make changes and then deploy?
s
Steve Goldberg
04/23/2020, 3:25 PM
Sure. Ideally you should have a copy saved locally or in version control, but yes you can fetch your source from the server, make changes, and then push it back up.