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