Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rphillips-nz committed Mar 7, 2021
1 parent f9e8671 commit 9ece6c1
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@ If you set custom `dir` values for your site, pass them to the plugin as well:
const pluginCloudCannon = require("eleventy-plugin-cloudcannon");
module.exports = function (eleventyConfig) {
const config = {
dir: {
data: '_my-custom-data',
layouts: '_layouts',
includes: '_my-includes'
}
};
const config = {
dir: {
data: '_my-custom-data',
layouts: '_layouts',
includes: '_my-includes'
}
};
eleventyConfig.addPlugin(pluginCloudCannon, config);
return config;
return config;
};
```

Expand Down Expand Up @@ -68,31 +68,31 @@ The following is an empty template as an example.

```
{
"timezone": "",
"collections": {
"projects": {
"_path": "",
"name": "",
"title": "",
"output": false,
"_sort-key": "",
"_subtext-key": "",
"_image-key": "",
"_image-size": "",
"_singular-name": "",
"_singular-key": "",
"_disable-add": false,
"_icon": "",
"_add-options": []
}
},
"comments": {},
"input-options": {},
"editor": {},
"source-editor": {},
"explore": {},
"array-structures": {},
"select-data": {}
"timezone": "",
"collections": {
"projects": {
"_path": "",
"name": "",
"title": "",
"output": false,
"_sort-key": "",
"_subtext-key": "",
"_image-key": "",
"_image-size": "",
"_singular-name": "",
"_singular-key": "",
"_disable-add": false,
"_icon": "",
"_add-options": []
}
},
"comments": {},
"input-options": {},
"editor": {},
"source-editor": {},
"explore": {},
"array-structures": {},
"select-data": {}
}
```

Expand Down

0 comments on commit 9ece6c1

Please sign in to comment.