Omits letters-only from sidebar tags placeholder in config (#13321)
This commit is contained in:
parent
0feb1068bc
commit
dcd9cf44cc
1 changed files with 1 additions and 1 deletions
|
|
@ -280,7 +280,7 @@ module Constants
|
|||
},
|
||||
sidebar_tags: {
|
||||
description: "Determines which tags are shown on the homepage righthand sidebar",
|
||||
placeholder: "List of valid tags: comma separated, letters only e.g. help,discuss,explainlikeimfive,meta"
|
||||
placeholder: "List of valid, comma-separated tags e.g. help,discuss,explainlikeimfive,meta"
|
||||
},
|
||||
sponsor_headline: {
|
||||
description: "Determines the heading text of the main sponsors sidebar above the list of sponsors.",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue