@rmdes/indiekit-endpoint-homepage 1.0.11 → 1.0.12

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 -8
  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: "webmentions",
250
+ label: "Webmentions",
251
+ description: "Recent inbound/outbound webmentions",
252
+ icon: "message-circle",
253
+ defaultConfig: {},
254
+ configSchema: {},
255
+ },
248
256
  {
249
257
  id: "custom-html",
250
258
  label: "Custom Content",
@@ -291,14 +299,6 @@ export default class HomepageEndpoint {
291
299
  defaultConfig: {},
292
300
  configSchema: {},
293
301
  },
294
- {
295
- id: "webmentions",
296
- label: "Webmentions",
297
- description: "Likes, reposts, and replies",
298
- icon: "message-circle",
299
- defaultConfig: {},
300
- configSchema: {},
301
- },
302
302
  {
303
303
  id: "share",
304
304
  label: "Share",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rmdes/indiekit-endpoint-homepage",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "description": "Homepage builder endpoint for Indiekit. Configure layout, sections, and sidebar widgets from the admin UI.",
5
5
  "keywords": [
6
6
  "indiekit",