feat: admin comments page
This commit is contained in:
4
server/modules/comments/commento/code.yml
Normal file
4
server/modules/comments/commento/code.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
main: |
|
||||
<div id="commento"></div>
|
||||
bodyEnd: |
|
||||
<script defer src="{{instanceUrl}}/js/commento.js"></script>
|
17
server/modules/comments/commento/definition.yml
Normal file
17
server/modules/comments/commento/definition.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
key: commento
|
||||
title: Commento
|
||||
description: A fast, privacy-focused commenting platform.
|
||||
author: requarks.io
|
||||
logo: https://static.requarks.io/logo/commento.svg
|
||||
website: https://commento.io/
|
||||
displayMode: footer
|
||||
codeTemplate: true
|
||||
isAvailable: true
|
||||
props:
|
||||
instanceUrl:
|
||||
type: String
|
||||
title: Instance URL
|
||||
default: 'https://cdn.commento.io'
|
||||
hint: The URL (without a trailing slash) to the Commento instance. Leave the default https://cdn.commento.io if using the cloud-hosted version.
|
||||
order: 1
|
||||
|
Reference in New Issue
Block a user