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 {
type: string;
title: string;
subtitle?: string;
hidden?: boolean;
conditional?: boolean;
conditionResolver?: ScoreResolver | ChoiceResolver;
}
......
......@@ -201,6 +201,11 @@ export interface Screen {
*/
subtitle?: string;
/**
* Specifies if the screen appears in the detailed table of contents
*/
hidden?: boolean;
/**
* List the screen content ids
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment