Mentions légales du service

Skip to content
Snippets Groups Projects
Commit cb53d904 authored by ROSPARS Benoit's avatar ROSPARS Benoit
Browse files

Add missing hidden property

parent 20fb39da
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,7 @@ export interface Content { ...@@ -4,6 +4,7 @@ export interface Content {
type: string; type: string;
title: string; title: string;
subtitle?: string; subtitle?: string;
hidden?: boolean;
conditional?: boolean; conditional?: boolean;
conditionResolver?: ScoreResolver | ChoiceResolver; conditionResolver?: ScoreResolver | ChoiceResolver;
} }
......
...@@ -201,6 +201,11 @@ export interface Screen { ...@@ -201,6 +201,11 @@ export interface Screen {
*/ */
subtitle?: string; subtitle?: string;
/**
* Specifies if the screen appears in the detailed table of contents
*/
hidden?: boolean;
/** /**
* List the screen content ids * List the screen content ids
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment