Feature Request: add "extensible" tag to package-info.json
#442
Labels
enhancement
New feature or request
package-info.json
#442
Is your feature request related to a problem? Please describe the problem.
As per the Max package doc "extensible" is:
As SP-Tools will eventually be on the Package Manager, and I'm using
"extends" : "FluidCorpusManipulation",
, it would be good if it tied in more directly.Describe the solution you'd like to see.
Adding the following to
package-info.json
:"extensible" : 1,
Describe alternatives you've considered
N/A
Additional context
I don't think this is the case already, but I imagine it would be possible/useful if someone installs SP-Tools, but does not have FluCoMa installed, that the combination of "extensible" and "extends" could make it such that the dependency (FluCoMa) is installed automatically(?).
The text was updated successfully, but these errors were encountered: