ui-editable-table
ui-editable-table copied to clipboard
Option to specify environment ID when deploying
Hi, it would be nice if there's an additional option to specify environment ID when deploying the extension. There are cases when I want to try it out on a sandbox environment first before putting it in a prod env. I can make a PR for it for review.
Thanks a lot!
:wave: For those who stumble upon this Issue, I made a fork that solves this problem: https://github.com/ljvmiranda921/ui-editable-table :tada:
git clone [email protected]:ljvmiranda921/ui-editable-table.git
cd ui-editable-table
npm install
Notes:
- Merges @dmcb's Pull Request that adds controls to alter table dimensions.
- Uses the modern contentful extension CLI. The previous one is already deprecated.
- Allows input of the Environment ID via the
CONTENTFUL_ENVIRONMENT
environment variable.