feat(collection/presentation): add default content to the two slides

This commit is contained in:
Elian Doran
2025-10-16 11:06:47 +03:00
parent f9a24bf601
commit d801d8a053
3 changed files with 16 additions and 1 deletions

View File

@@ -54,4 +54,10 @@ export interface HiddenSubtreeItem {
* definitions will be removed.
*/
enforceAttributes?: boolean;
/**
* Optionally, a content to be set in the hidden note. If undefined, an empty string will be set instead.
*
* The value is also checked at every startup to ensure that it's kept up to date according to the definition.
*/
content?: string;
}