Skip to content

Commit 373a9ad

Browse files
authored
DEV: Move some site settings from Navigation to Interface (#32929)
Moving three site settings from Navigation to Interface & layout.
1 parent 8efd99d commit 373a9ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/site_settings.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ basic:
251251
- posted
252252
- bookmarks
253253
- hot
254-
area: "navigation"
254+
area: "interface"
255255
post_menu:
256256
client: true
257257
type: list
@@ -327,12 +327,12 @@ basic:
327327
client: true
328328
enum: "CategoryPageStyle"
329329
default: "categories_and_latest_topics"
330-
area: "navigation"
330+
area: "interface"
331331
mobile_category_page_style:
332332
client: true
333333
enum: "MobileCategoryPageStyle"
334334
default: "categories_with_featured_topics"
335-
area: "navigation"
335+
area: "interface"
336336
category_colors:
337337
client: true
338338
type: list

0 commit comments

Comments
 (0)