@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.
- package/index.js +8 -8
- 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