Changeset 2c246d4 in Klonkt for src/routes/admin-sites.js
- Timestamp:
- 06/16/2026 07:04:18 AM (3 months ago)
- Branches:
- main
- Children:
- 544cd86
- Parents:
- 8aa85d0
- File:
-
- 1 edited
-
src/routes/admin-sites.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/routes/admin-sites.js
r8aa85d0 r2c246d4 263 263 title = ?, description = ?, tagline = ?, language = ?, 264 264 palette = ?, accent = ?, theme_override = ?, profile_photo = ?, 265 profile_enabled = ?, profile_name = ?, profile_bio = ?,265 profile_enabled = ?, 266 266 profile_links = ?, 267 267 is_public = ?, robots_index = ?, require_login_to_comment = ?, … … 286 286 f.profile_photo || null, 287 287 f.profile_enabled ? 1 : 0, 288 (f.profile_name || '').slice(0, 100) || null,289 (f.profile_bio || '').slice(0, 500) || null,290 288 profileLinksJson, 291 289 f.is_public ? 1 : 0,
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)