MCPcopy Create free account
hub / github.com/MCSManager/MCSManager / setFrontendLayoutConfig

Function setFrontendLayoutConfig

panel/src/app/service/frontend_layout.ts:39–41  ·  view source on GitHub ↗
(config: IPageLayoutConfig[])

Source from the content-addressed store, hash-verified

37}
38
39export function setFrontendLayoutConfig(config: IPageLayoutConfig[]) {
40 storage.writeFile(LAYOUT_CONFIG_NAME, JSON.stringify(config, null, 2));
41}
42
43export function resetFrontendLayoutConfig() {
44 storage.deleteFile(LAYOUT_CONFIG_NAME);

Callers 2

settings_router.tsFile · 0.90
getFrontendLayoutConfigFunction · 0.85

Calls 1

writeFileMethod · 0.45

Tested by

no test coverage detected