eleventy-plugin-cloudcannon
Advanced tools
Comparing version 0.0.11 to 0.0.12
@@ -12,2 +12,3 @@ const pkginfo = require('pkginfo')(module, 'version'); | ||
data: defaultConfig.dir?.data ?? '_data', // relative to input | ||
pages: defaultConfig.dir?.pages ?? '', // relative to input | ||
includes: defaultConfig.dir?.includes ?? '_includes', // relative to input | ||
@@ -14,0 +15,0 @@ layouts: defaultConfig.dir?.layouts ?? '_includes', // relative to input |
@@ -16,2 +16,3 @@ const pluginCloudCannon = require('eleventy-plugin-cloudcannon'); | ||
eleventyConfig.addPlugin(pluginCloudCannon, eleventyConfig.cloudcannonOptions ?? config); | ||
return config; | ||
}; |
{ | ||
"name": "eleventy-plugin-cloudcannon", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "Eleventy plugin to create CloudCannon editor details", | ||
@@ -5,0 +5,0 @@ "main": ".eleventy.js", |
Sorry, the diff of this file is not supported yet
14484
152