Add page_names global
This commit is contained in:
@@ -46,6 +46,9 @@ packages:
|
|||||||
globals:
|
globals:
|
||||||
- id: !extend nr_of_pages
|
- id: !extend nr_of_pages
|
||||||
initial_value: '3'
|
initial_value: '3'
|
||||||
|
- id: page_names
|
||||||
|
type: std::vector<std::string>
|
||||||
|
initial_value: '{"Page 1","Music","Page 3"}'
|
||||||
- id: active_page_name
|
- id: active_page_name
|
||||||
type: std::string
|
type: std::string
|
||||||
initial_value: ""
|
initial_value: ""
|
||||||
|
|||||||
Reference in New Issue
Block a user