Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -413,9 +413,7 @@ Return a `toast` alongside blocks to show a notification:

```typescript
return {
blocks: [
/* ... */
],
blocks: [/* ... */],
toast: { message: "Settings saved", type: "success" }, // "success" | "error" | "info"
};
```
4 changes: 2 additions & 2 deletions blog-cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"dependencies": {
"@astrojs/cloudflare": "^14.0.0",
"@astrojs/react": "^6.0.0",
"@emdash-cms/cloudflare": "^0.28.1",
"@emdash-cms/cloudflare": "^0.29.0",
"@emdash-cms/plugin-forms": "^0.2.4",
"@emdash-cms/plugin-webhook-notifier": "^0.2.0",
"astro": "^7.0.0",
"emdash": "^0.28.1",
"emdash": "^0.29.0",
"react": "19.2.4",
"react-dom": "19.2.4"
},
Expand Down
4 changes: 1 addition & 3 deletions blog/.agents/skills/creating-plugins/references/block-kit.md
Original file line number Diff line number Diff line change
Expand Up @@ -413,9 +413,7 @@ Return a `toast` alongside blocks to show a notification:

```typescript
return {
blocks: [
/* ... */
],
blocks: [/* ... */],
toast: { message: "Settings saved", type: "success" }, // "success" | "error" | "info"
};
```
2 changes: 1 addition & 1 deletion blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@emdash-cms/plugin-audit-log": "^0.2.0",
"astro": "^7.0.0",
"better-sqlite3": "^12.8.0",
"emdash": "^0.28.1",
"emdash": "^0.29.0",
"react": "19.2.4",
"react-dom": "19.2.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -413,9 +413,7 @@ Return a `toast` alongside blocks to show a notification:

```typescript
return {
blocks: [
/* ... */
],
blocks: [/* ... */],
toast: { message: "Settings saved", type: "success" }, // "success" | "error" | "info"
};
```
4 changes: 2 additions & 2 deletions marketing-cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"dependencies": {
"@astrojs/cloudflare": "^14.0.0",
"@astrojs/react": "^6.0.0",
"@emdash-cms/cloudflare": "^0.28.1",
"@emdash-cms/cloudflare": "^0.29.0",
"@iconify-json/ph": "^1.2.2",
"astro": "^7.0.0",
"astro-iconset": "^0.0.4",
"emdash": "^0.28.1",
"emdash": "^0.29.0",
"react": "19.2.4",
"react-dom": "19.2.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -413,9 +413,7 @@ Return a `toast` alongside blocks to show a notification:

```typescript
return {
blocks: [
/* ... */
],
blocks: [/* ... */],
toast: { message: "Settings saved", type: "success" }, // "success" | "error" | "info"
};
```
2 changes: 1 addition & 1 deletion marketing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"astro": "^7.0.0",
"astro-iconset": "^0.0.4",
"better-sqlite3": "^12.8.0",
"emdash": "^0.28.1",
"emdash": "^0.29.0",
"react": "19.2.4",
"react-dom": "19.2.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -413,9 +413,7 @@ Return a `toast` alongside blocks to show a notification:

```typescript
return {
blocks: [
/* ... */
],
blocks: [/* ... */],
toast: { message: "Settings saved", type: "success" }, // "success" | "error" | "info"
};
```
4 changes: 2 additions & 2 deletions portfolio-cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"dependencies": {
"@astrojs/cloudflare": "^14.0.0",
"@astrojs/react": "^6.0.0",
"@emdash-cms/cloudflare": "^0.28.1",
"@emdash-cms/cloudflare": "^0.29.0",
"astro": "^7.0.0",
"emdash": "^0.28.1",
"emdash": "^0.29.0",
"react": "19.2.4",
"react-dom": "19.2.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -413,9 +413,7 @@ Return a `toast` alongside blocks to show a notification:

```typescript
return {
blocks: [
/* ... */
],
blocks: [/* ... */],
toast: { message: "Settings saved", type: "success" }, // "success" | "error" | "info"
};
```
2 changes: 1 addition & 1 deletion portfolio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@astrojs/react": "^6.0.0",
"astro": "^7.0.0",
"better-sqlite3": "^12.8.0",
"emdash": "^0.28.1",
"emdash": "^0.29.0",
"react": "19.2.4",
"react-dom": "19.2.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -413,9 +413,7 @@ Return a `toast` alongside blocks to show a notification:

```typescript
return {
blocks: [
/* ... */
],
blocks: [/* ... */],
toast: { message: "Settings saved", type: "success" }, // "success" | "error" | "info"
};
```
4 changes: 2 additions & 2 deletions starter-cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"dependencies": {
"@astrojs/cloudflare": "^14.0.0",
"@astrojs/react": "^6.0.0",
"@emdash-cms/cloudflare": "^0.28.1",
"@emdash-cms/cloudflare": "^0.29.0",
"astro": "^7.0.0",
"emdash": "^0.28.1",
"emdash": "^0.29.0",
"react": "19.2.4",
"react-dom": "19.2.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -413,9 +413,7 @@ Return a `toast` alongside blocks to show a notification:

```typescript
return {
blocks: [
/* ... */
],
blocks: [/* ... */],
toast: { message: "Settings saved", type: "success" }, // "success" | "error" | "info"
};
```
2 changes: 1 addition & 1 deletion starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@astrojs/react": "^6.0.0",
"astro": "^7.0.0",
"better-sqlite3": "^12.8.0",
"emdash": "^0.28.1",
"emdash": "^0.29.0",
"react": "19.2.4",
"react-dom": "19.2.4"
},
Expand Down
Loading