Skip to main content

Documentation Index

Fetch the complete documentation index at: https://86d.app/docs/llms.txt

Use this file to discover all available pages before exploring further.

The settings module exposes a typed key/value store for store-wide configuration that does not belong in config.json (which is template-scoped). Each setting has a key, a typed value, and optional admin metadata so it renders as a form field in the appropriate admin page. Source: modules/settings · npm: @86d-app/settings

Installation

86d module add settings

Admin endpoints

MethodPathDescription
GET/admin/settings/:keyRead
PUT/admin/settings/:keyWrite
  • Most modules read user-changeable preferences here.