File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 77177717 },
77187718 "navigation_menu_site_top_tags": {
77197719 "type": "array"
7720+ },
7721+ "full_name_required_for_signup": {
7722+ "type": "boolean"
7723+ },
7724+ "full_name_visible_in_signup": {
7725+ "type": "boolean"
77207726 }
77217727 },
77227728 "required": [
77497755 "categories",
77507756 "archetypes",
77517757 "user_fields",
7752- "auth_providers"
7758+ "auth_providers",
7759+ "full_name_required_for_signup",
7760+ "full_name_visible_in_signup"
77537761 ]
77547762 }
77557763 }
Original file line number Diff line number Diff line change @@ -5494,6 +5494,10 @@ paths:
54945494 type : array
54955495 navigation_menu_site_top_tags :
54965496 type : array
5497+ full_name_required_for_signup :
5498+ type : boolean
5499+ full_name_visible_in_signup :
5500+ type : boolean
54975501 required :
54985502 - default_archetype
54995503 - notification_types
@@ -5525,6 +5529,8 @@ paths:
55255529 - archetypes
55265530 - user_fields
55275531 - auth_providers
5532+ - full_name_required_for_signup
5533+ - full_name_visible_in_signup
55285534 " /site/basic-info.json " :
55295535 get :
55305536 summary : Get site basic info
You can’t perform that action at this time.
0 commit comments