33# Do not manually modify it - changes will be overwritten.
44
55[needs ]
6- allow_unsafe_filters = false
76build_json = true
8- build_json_per_id = false
9- build_json_per_id_path = " needs_id"
10- build_needumls = " "
11- builder_filter = " is_external==False"
12- completion_option = " completion"
13- constraints_failed_color = " "
14- css = " modern.css"
15- debug_filters = false
16- debug_measurement = false
17- default_layout = " clean"
18- diagram_template = " \n {%- if is_need -%}\n <size:12>{{type_name}}</size>\\ n**{{title|wordwrap(15, wrapstring='**\\\\ n**')}}**\\ n<size:10>{{id}}</size>\n {%- else -%}\n <size:12>{{type_name}} (part)</size>\\ n**{{content|wordwrap(15, wrapstring='**\\\\ n**')}}**\\ n<size:10>{{id_parent}}.**{{id}}**</size>\n {%- endif -%}\n "
19- duration_option = " duration"
20- external_needs = []
21- flow_engine = " plantuml"
22- flow_link_types = [
23- " links" ,
24- ]
25- flow_show_links = false
26- functions = []
27- id_from_title = false
28- id_length = 5
297id_regex = " ^[A-Z0-9_]{3,}"
308id_required = true
31- include_needs = true
32- json_exclude_fields = [
33- " collapse" ,
34- " hide" ,
35- " id_complete" ,
36- " id_parent" ,
37- " is_need" ,
38- " is_part" ,
39- " lineno_content" ,
40- " type_color" ,
41- " type_prefix" ,
42- " type_style" ,
43- ]
44- json_remove_defaults = false
45- max_title_length = -1
46- needextend_strict = false
47- part_prefix = " → "
48- permalink_data = " needs.json"
49- permalink_file = " permalink.html"
50- report_dead_links = true
51- report_template = " "
52- reproducible_json = false
53- role_need_max_title_length = 30
54- role_need_template = " {title} ({id})"
559schema_debug_active = true
56- schema_debug_ignore = [
57- " extra_option_success" ,
58- " extra_link_success" ,
59- " select_success" ,
60- " select_fail" ,
61- " local_success" ,
62- " network_local_success" ,
63- ]
64- schema_debug_path = " schema_debug"
65- schema_severity = " info"
66- service_all_data = false
67- show_link_id = true
68- show_link_title = false
69- show_link_type = false
70- statuses = []
71- table_classes = []
72- table_columns = " ID;TITLE;STATUS;TYPE;OUTGOING;TAGS"
73- table_style = " DATATABLES"
74- tags = []
75- template_folder = " needs_templates/"
76- title_from_content = false
77- title_optional = false
7810types = [
7911 { color = " #888888" , directive = " commit" , prefix = " C_" , style = " card" , title = " Commit" },
8012 { directive = " feat" , prefix = " FEAT_" , title = " Feature" },
@@ -83,14 +15,6 @@ types = [
8315 { color = " #aaaaaa" , directive = " pr" , prefix = " PR_" , style = " card" , title = " PullRequest" },
8416 { directive = " req" , prefix = " REQ_" , title = " Requirement" },
8517]
86- variant_options = []
87- warnings_always_warn = false
88-
89- [needs .constraint_failed_options ]
90-
91- [needs .constraints ]
92-
93- [needs .extensions ]
9418
9519[[needs .extra_links ]]
9620color = " #000000"
@@ -137,8 +61,6 @@ maximum = 5
13761minimum = 1
13862type = " integer"
13963
140- [needs .filter_data ]
141-
14264[needs .flow_configs ]
14365cplant = " \n ' CPLANT by AOKI (https://github.com/aoki/cplant)\n !define BLACK #363D5D\n !define RED #F6363F\n !define PINK #F6216E\n !define MAGENTA #A54FBD\n !define GREEN #37A77C\n !define YELLOW #F97A00\n !define BLUE #1E98F2\n !define CYAN #25AFCA\n !define WHITE #FEF2DC\n\n ' Base Setting\n skinparam Shadowing false\n skinparam BackgroundColor transparent\n skinparam ComponentStyle uml2\n skinparam Default {\n FontName 'Hiragino Sans'\n FontColor BLACK\n FontSize 10\n FontStyle plain\n }\n\n skinparam Sequence {\n ArrowThickness 1\n ArrowColor RED\n ActorBorderThickness 1\n LifeLineBorderColor GREEN\n ParticipantBorderThickness 0\n }\n skinparam Participant {\n BackgroundColor BLACK\n BorderColor BLACK\n FontColor #FFFFFF\n }\n\n skinparam Actor {\n BackgroundColor BLACK\n BorderColor BLACK\n }\n "
14466handwritten = " \n skinparam handwritten true\n "
@@ -149,8 +71,6 @@ tne = "\n ' Based on \"Tomorrow night eighties\" color theme (see https://git
14971toptobottom = " \n top to bottom direction\n "
15072transparent = " \n skinparam backgroundcolor transparent\n "
15173
152- [needs .global_options ]
153-
15474[needs .graphviz_styles .default .edge ]
15575minlen = " 2"
15676
@@ -359,8 +279,6 @@ meta = [
359279 " <<meta_links_all()>>" ,
360280]
361281
362- [needs .render_context ]
363-
364282[needs .schema_definitions ."$defs" .safe-need ]
365283required = [
366284 " asil" ,
@@ -405,11 +323,3 @@ enum = [
405323 " D" ,
406324]
407325type = " string"
408-
409- [needs .services ]
410-
411- [needs .string_links ]
412-
413- [needs .variants ]
414-
415- [needs .warnings ]
0 commit comments