Name the bounded frame: fill:true on the shell, and the contract minor that ships it

This commit is contained in:
2026-09-08 17:27:21 +02:00
parent b9129fba08
commit 7f2c0cc2c2
13 changed files with 117 additions and 39 deletions
+1 -1
View File
@@ -182,7 +182,7 @@ into the app. Create `plugins/hello/plugin.ts`:
import { definePlugin } from "@plainpages/plugin-api";
export default definePlugin({
apiVersion: "0.3.0",
apiVersion: "0.4.0",
nav: [{ href: "/hello", id: "hello", label: "Hello", public: true }],
routes: [
{ method: "GET", path: "/", public: true, handler: () => ({ html: "<h1>Hello from my plugin</h1>" }) },