@betterstart/cli 0.1.75 → 0.1.76
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.
- package/dist/cli.js +2 -2
- package/dist/cli.js.map +1 -1
- package/package.json +1 -1
- package/templates/init/cms-globals.css +3 -3
- package/templates/ui/card.tsx +1 -1
package/dist/cli.js
CHANGED
|
@@ -10092,8 +10092,8 @@ function defaultSettingsSchema() {
|
|
|
10092
10092
|
{
|
|
10093
10093
|
type: "section",
|
|
10094
10094
|
name: "siteSettings",
|
|
10095
|
-
label: "
|
|
10096
|
-
description: "General settings for the
|
|
10095
|
+
label: "Dashboard Settings",
|
|
10096
|
+
description: "General settings for the dashboard",
|
|
10097
10097
|
fields: [
|
|
10098
10098
|
{ name: "appName", type: "string", label: "App Name", hint: "Displayed in the sidebar and throughout the dashboard", default: "BetterStart" },
|
|
10099
10099
|
{ name: "appDescription", type: "text", label: "App Description", hint: "A brief description of the application" }
|