@rmdes/indiekit-endpoint-homepage 1.0.14 → 1.0.15

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.
Files changed (2) hide show
  1. package/index.js +8 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -245,6 +245,14 @@ export default class HomepageEndpoint {
245
245
  defaultConfig: {},
246
246
  configSchema: {},
247
247
  },
248
+ {
249
+ id: "feedland",
250
+ label: "FeedLand",
251
+ description: "FeedLand blogroll widget",
252
+ icon: "rss",
253
+ defaultConfig: {},
254
+ configSchema: {},
255
+ },
248
256
  {
249
257
  id: "webmentions",
250
258
  label: "Webmentions",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rmdes/indiekit-endpoint-homepage",
3
- "version": "1.0.14",
3
+ "version": "1.0.15",
4
4
  "description": "Homepage builder endpoint for Indiekit. Configure layout, sections, and sidebar widgets from the admin UI.",
5
5
  "keywords": [
6
6
  "indiekit",