Include theme properties
This commit is contained in:
parent
5c58d72b67
commit
9fc943bd37
@ -79,5 +79,10 @@ export function generateKeycloakThemeResources(
|
|||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
fs.writeFileSync(
|
||||||
|
pathJoin(themeDirPath, "theme.properties"),
|
||||||
|
Buffer.from("parent=base\n", "utf8")
|
||||||
|
);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user