8 lines
206 B
TypeScript
8 lines
206 B
TypeScript
|
export const SETTINGS_TEMPLATE =
|
||
|
`This page contains settings for configuring SilverBullet and its plugs. Any changes outside of the yaml block will be overwritten.
|
||
|
|
||
|
\`\`\`yaml
|
||
|
indexPage: index
|
||
|
\`\`\`
|
||
|
`;
|