Open coreyward opened 4 years ago
It might be worth renaming the package to sanity-plugin-limited-array and pushing it up to NPM so it can be installed as a plugin in the Studio.
sanity-plugin-limited-array
Alternately, this package can be installed as a plugin via submodules:
git submodule add git@github.com:aptas/sanity-limited-array.git plugins/sanity-plugin-limited-array
Then just add "sanity-plugin-limited-array" to the list of plugins in the root project sanity.json file and reboot the Studio server.
"sanity-plugin-limited-array"
plugins
sanity.json
can uh tell me what is the issue ?
It might be worth renaming the package to
sanity-plugin-limited-array
and pushing it up to NPM so it can be installed as a plugin in the Studio.Alternately, this package can be installed as a plugin via submodules:
Then just add
"sanity-plugin-limited-array"
to the list ofplugins
in the root projectsanity.json
file and reboot the Studio server.