4#ifndef __SCHEMAS_GUI_BACKEND_TIMELINE_H__
5#define __SCHEMAS_GUI_BACKEND_TIMELINE_H__
18static const cyaml_schema_field_t timeline_fields_schema_v1[] = {
20 YAML_FIELD_MAPPING_EMBEDDED (
23 editor_settings_fields_schema_v1),
28static const cyaml_schema_value_t timeline_schema_v1 = {
29 CYAML_VALUE_MAPPING (CYAML_FLAG_POINTER,
Timeline_v1, timeline_fields_schema_v1),
EditorSettings_v1 editor_settings
Settings for the timeline.