@rmdes/indiekit-endpoint-homepage 1.0.16 → 1.0.17

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
@@ -269,6 +269,14 @@ export default class HomepageEndpoint {
269
269
  defaultConfig: {},
270
270
  configSchema: {},
271
271
  },
272
+ {
273
+ id: "fediverse-follow",
274
+ label: "Fediverse Follow",
275
+ description: "Follow button for fediverse instances",
276
+ icon: "globe",
277
+ defaultConfig: {},
278
+ configSchema: {},
279
+ },
272
280
  {
273
281
  id: "custom-html",
274
282
  label: "Custom Content",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rmdes/indiekit-endpoint-homepage",
3
- "version": "1.0.16",
3
+ "version": "1.0.17",
4
4
  "description": "Homepage builder endpoint for Indiekit. Configure layout, sections, and sidebar widgets from the admin UI.",
5
5
  "keywords": [
6
6
  "indiekit",