rimecms 0.23.11 → 0.23.12
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.
|
@@ -9,6 +9,7 @@ export const augmentPanel = (config) => {
|
|
|
9
9
|
{ label: 'areas', icon: Book }
|
|
10
10
|
];
|
|
11
11
|
const panel = {
|
|
12
|
+
...config.panel,
|
|
12
13
|
routes: config.panel?.routes ? config.panel.routes : {},
|
|
13
14
|
language: config.panel?.language || 'en',
|
|
14
15
|
navigation: { groups: panelNavigationGroups },
|
|
@@ -32,6 +32,7 @@ export declare const buildConfigClient: <C extends SanitizedConfigClient>(config
|
|
|
32
32
|
}, {}, string> | undefined;
|
|
33
33
|
readonly header: import("svelte").Component<{}, {}, string>[];
|
|
34
34
|
};
|
|
35
|
+
readonly css?: string;
|
|
35
36
|
};
|
|
36
37
|
} & {
|
|
37
38
|
readonly plugins: (import("../../plugins/index.js").PluginClient | {
|