-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 4a2ac8f
Showing
20 changed files
with
17,799 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"presets": [ | ||
[ | ||
"@babel/preset-env", | ||
{ | ||
"useBuiltIns": false | ||
} | ||
], | ||
[ | ||
"@babel/preset-react", | ||
{ | ||
"useBuiltIns": true | ||
} | ||
] | ||
], | ||
"plugins": [ | ||
[ | ||
"@babel/plugin-proposal-class-properties", | ||
{ | ||
"loose": true | ||
} | ||
], | ||
[ | ||
"@babel/plugin-transform-runtime", | ||
{ | ||
"corejs": false, | ||
"helpers": false, | ||
"regenerator": true | ||
} | ||
] | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
node_modules/ | ||
.coverage/ | ||
dist/ | ||
build/ | ||
.cache/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
module.exports = { | ||
extends: [ | ||
require.resolve('@contentful/eslint-config-extension'), | ||
require.resolve('@contentful/eslint-config-extension/jest'), | ||
require.resolve('@contentful/eslint-config-extension/jsx-a11y'), | ||
require.resolve('@contentful/eslint-config-extension/react') | ||
] | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Logs | ||
logs | ||
*.log | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
|
||
# dotenv environment variables file | ||
.env | ||
.contentfulrc.json | ||
|
||
# Parcel-bundler cache | ||
.cache | ||
|
||
# Dependency directories | ||
node_modules/ | ||
|
||
# Coverage | ||
.coverage | ||
|
||
# IDE | ||
.idea |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
node_modules/ | ||
.coverage/ | ||
dist/ | ||
build/ | ||
.cache/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
module.exports = { | ||
printWidth: 100, | ||
tabWidth: 2, | ||
useTabs: false, | ||
singleQuote: true, | ||
jsxBracketSameLine: true | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<!DOCTYPE html><html><head><meta charset="utf-8"><link rel="stylesheet" href="src.e31bb0bc.css"></head><body> <div id="root"></div> <div id="popupElement"></div> <script src="https://widget.cloudinary.com/v2.0/global/all.js" type="text/javascript"></script> <script type="text/javascript" src="src.e31bb0bc.js"></script> </body></html> |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
#!/bin/sh | ||
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") | ||
|
||
case `uname` in | ||
*CYGWIN*) basedir=`cygpath -w "$basedir"`;; | ||
esac | ||
|
||
if [ -x "$basedir/node" ]; then | ||
"$basedir/node" "$basedir/node_modules/@contentful/contentful-extension-scripts/lib/index.js" "$@" | ||
ret=$? | ||
else | ||
node "$basedir/node_modules/@contentful/contentful-extension-scripts/lib/index.js" "$@" | ||
ret=$? | ||
fi | ||
exit $ret |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
@IF EXIST "%~dp0\node.exe" ( | ||
"%~dp0\node.exe" "%~dp0\node_modules\@contentful\contentful-extension-scripts\lib\index.js" %* | ||
) ELSE ( | ||
@SETLOCAL | ||
@SET PATHEXT=%PATHEXT:;.JS;=;% | ||
node "%~dp0\node_modules\@contentful\contentful-extension-scripts\lib\index.js" %* | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
{ | ||
"id": "cloudinary-video", | ||
"name": "cloudinary-video", | ||
"srcdoc": "./build/index.html", | ||
"fieldTypes": [ | ||
"Symbol", | ||
"Text" | ||
], | ||
"parameters": { | ||
"instance": [ | ||
{ | ||
"id": "api_key", | ||
"name": "api key name for cloudinary", | ||
"type": "Symbol", | ||
"required": false | ||
}, | ||
{ | ||
"id": "api_secret", | ||
"name": "api secret name for cloudinary", | ||
"type": "Symbol", | ||
"required": false | ||
}, | ||
{ | ||
"id": "cloud_name", | ||
"name": "cloud name for cloudinary", | ||
"type": "Symbol", | ||
"required": true | ||
}, | ||
{ | ||
"id": "preset", | ||
"name": "upload preset name for cloudinary", | ||
"type": "Symbol", | ||
"required": true | ||
}, | ||
{ | ||
"id": "tag", | ||
"name": "tag name to find files the preset generates", | ||
"type": "Symbol", | ||
"required": true | ||
} | ||
] | ||
} | ||
} |
Oops, something went wrong.