Changeset 283f618 in Klonkt for src/views/pages/admin-settings.ejs
- Timestamp:
- 06/26/2026 07:26:26 AM (2 months ago)
- Branches:
- main
- Children:
- f278df9
- Parents:
- eb2fe08
- File:
-
- 1 edited
-
src/views/pages/admin-settings.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/views/pages/admin-settings.ejs
reb2fe08 r283f618 117 117 </section> 118 118 <% } %> 119 120 <%# Fediverse (ActivityPub) on/off. Off = no federation + no fediverse reactions, 121 which (since native comments were removed) means no comments at all. %> 122 <section class="set-card" style="margin-top:1rem"> 123 <h2><%= t('aset.fediverse') %></h2> 124 <p class="set-help"><%= t('aset.fediverse_help') %></p> 125 <form method="post" action="/admin/settings/ap" class="set-form"> 126 <label class="set-toggle" style="display:flex;align-items:center;gap:.6rem;cursor:pointer"> 127 <input type="checkbox" name="ap_enabled" value="1" <%= (typeof apEnabledSetting === 'undefined' || apEnabledSetting) ? 'checked' : '' %>> 128 <span><%= t('aset.fediverse_toggle') %></span> 129 </label> 130 <div class="set-actions"><button type="submit" class="btn btn-primary"><%= t('aset.save') %></button></div> 131 </form> 132 </section> 119 133 120 134 <%# E-mail / SMTP — required for sending newsletters, notify-mails and password resets. %>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)