datocms-plugin-frontify-asset-source 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,3 +1,11 @@
1
1
  # Frontify asset source
2
2
 
3
3
  Insert photos from your Frontify Account directly inside of your DatoCMS project
4
+
5
+ ## Requirements
6
+
7
+ - Frontify Account and access token
8
+
9
+ ## Generate access token
10
+
11
+ You can generate an access token here: https://yourDomain.frontify.com/api/oauth-access-token/show
package/docs/cover.png ADDED
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "datocms-plugin-frontify-asset-source",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "homepage": "https://github.com/gempi/datocms-plugin-frontify-asset-source#readme",
5
5
  "keywords": [
6
6
  "datocms-plugin",
@@ -50,8 +50,8 @@
50
50
  },
51
51
  "datoCmsPlugin": {
52
52
  "title": "Asset source for Frontify",
53
- "previewImage": "",
54
- "coverImage": "docs/cover.jpg",
53
+ "previewImage": "docs/preview.mp4",
54
+ "coverImage": "docs/cover.png",
55
55
  "entryPoint": "build/index.html",
56
56
  "permissions": []
57
57
  }
package/docs/cover.jpg DELETED
Binary file
@@ -1,3 +0,0 @@
1
- .inspector {
2
- margin-top: var(--spacing-l);
3
- }