Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@

REACT_APP_CONTENTSTACK_API_KEY=your_stack_api_key
REACT_APP_CONTENTSTACK_DELIVERY_TOKEN=your_delivery_token
REACT_APP_CONTENTSTACK_ENVIRONMENT=your_environment_token
REACT_APP_CONTENTSTACK_ENVIRONMENT=your_environment_name

# Below config options are for enabling live preview/live edit tags for the starter app

REACT_APP_CONTENTSTACK_PREVIEW_HOST= rest-preview.contentstack.com
REACT_APP_CONTENTSTACK_PREVIEW_TOKEN= your_live_preview_token
REACT_APP_CONTENTSTACK_PREVIEW_HOST=rest-preview.contentstack.com
REACT_APP_CONTENTSTACK_PREVIEW_TOKEN=your_live_preview_token
REACT_APP_CONTENTSTACK_APP_HOST=app.contentstack.com
REACT_APP_CONTENTSTACK_LIVE_PREVIEW= true
REACT_APP_CONTENTSTACK_LIVE_EDIT_TAGS= false
REACT_APP_CONTENTSTACK_LIVE_PREVIEW=true
REACT_APP_CONTENTSTACK_LIVE_EDIT_TAGS=false


# REACT_APP_CONTENTSTACK_API_HOST=api.contentstack.com
# REACT_APP_CONTENTSTACK_API_HOST= api.contentstack.io
# REACT_APP_CONTENTSTACK_REGION=eu
# REACT_APP_CONTENTSTACK_BRANCH=main

Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@contentstack/utils": "^1.3.1",
"@textea/json-viewer": "^3.3.0",
"@types/react": "^18.2.48",
"contentstack": "github:Deepak-Kharah/contentstack-javascript#VC-311-changes-for-rest-preview-service",
"contentstack": "github:contentstack/contentstack-javascript#fix/CS-43301-merge-live-preview",
"html-react-parser": "^3.0.16",
"moment": "^2.30.1",
"nth-check": "^2.1.1",
Expand Down