You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

eleventy-plugin-cloudcannon

Package Overview
Dependencies
Maintainers
5
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eleventy-plugin-cloudcannon - npm Package Compare versions

Comparing version

to
0.0.4

2

cloudcannon/info.11tydata.js

@@ -86,3 +86,3 @@ const { dirname, basename } = require('path');

memo[topBasePaths.length === 1 ? key : basePath] = {
_path: basePath,
path: basePath,
output: isOutput

@@ -89,0 +89,0 @@ };

{
"name": "eleventy-plugin-cloudcannon",
"version": "0.0.3",
"version": "0.0.4",
"description": "Eleventy plugin to create CloudCannon editor details",

@@ -5,0 +5,0 @@ "main": ".eleventy.js",

@@ -47,3 +47,3 @@ # Eleventy Plugin CloudCannon

If you are running this locally rather than on CloudCannon, copy the templates as well:
Copy the templates as well:

@@ -78,23 +78,25 @@ ```

"projects": {
"_path": "",
"path": "",
"name": "",
"title": "",
"output": false,
"_sort-key": "",
"_subtext-key": "",
"_image-key": "",
"_image-size": "",
"_singular-name": "",
"_singular-key": "",
"_disable-add": false,
"_sort_key": "",
"_subtext_key": "",
"_image_key": "",
"_image_size": "",
"_singular_name": "",
"_singular_key": "",
"_disable_add": false,
"_icon": "",
"_add-options": []
"_enabled_editors": null,
"_add_options": []
}
},
"comments": {},
"input-options": {},
"editor": {},
"source-editor": {},
"array-structures": {},
"select-data": {}
"_comments": {},
"_options": {},
"_editor": {},
"_source_editor": {},
"_array_structures": {},
"_enabled_editors": null,
"_select_data": {}
}

@@ -101,0 +103,0 @@ ```