Adds suggested_tags to Onboarding section in Config (#16228)
This commit is contained in:
parent
4f24c5ff43
commit
8c440885a8
1 changed files with 9 additions and 0 deletions
|
|
@ -25,6 +25,15 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="crayons-field">
|
||||
<%= admin_config_label :suggested_tags %>
|
||||
<%= admin_config_description Constants::Settings::General::DETAILS[:suggested_tags][:description] %>
|
||||
<%= f.text_field :suggested_tags,
|
||||
class: "crayons-textfield",
|
||||
value: Settings::General.suggested_tags.join(","),
|
||||
placeholder: Constants::Settings::General::DETAILS[:suggested_tags][:placeholder] %>
|
||||
</div>
|
||||
|
||||
<div class="crayons-field">
|
||||
<%= admin_config_label :suggested_users %>
|
||||
<%= admin_config_description Constants::Settings::General::DETAILS[:suggested_users][:description] %>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue