@realiizlabs/admin 0.13.1 → 0.13.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -61,6 +61,8 @@ interface ContentTypeEntry<S extends ZodType = ZodType> {
61
61
  label: string;
62
62
  /** One item, e.g. "Blog post" — the form's section heading. Defaults to `label`. */
63
63
  singular?: string;
64
+ /** Sidebar icon id (see the shell's IconName: posts, events, mic, venues, users, doc …). Defaults to `id`. */
65
+ icon?: string;
64
66
  schema: S;
65
67
  /** Folder in the repo, e.g. "content/events". */
66
68
  folder: string;
@@ -61,6 +61,8 @@ interface ContentTypeEntry<S extends ZodType = ZodType> {
61
61
  label: string;
62
62
  /** One item, e.g. "Blog post" — the form's section heading. Defaults to `label`. */
63
63
  singular?: string;
64
+ /** Sidebar icon id (see the shell's IconName: posts, events, mic, venues, users, doc …). Defaults to `id`. */
65
+ icon?: string;
64
66
  schema: S;
65
67
  /** Folder in the repo, e.g. "content/events". */
66
68
  folder: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@realiizlabs/admin",
3
- "version": "0.13.1",
3
+ "version": "0.13.2",
4
4
  "description": "Reusable component library for Realiiz client websites.",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",