0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-19 15:21:11 +02:00

DEV: Add custom_field

Dieser Commit ist enthalten in:
jumagura 2023-09-18 17:40:07 -04:00
Ursprung de03cbd15a
Commit b365b5dd4f

Datei anzeigen

@ -105,6 +105,7 @@ after_initialize do
# preloaded category custom fields # preloaded category custom fields
%w[ %w[
create_topic_wizard create_topic_wizard
custom_wizard_hide_from_composer
].each do |custom_field| ].each do |custom_field|
Site.preloaded_category_custom_fields << custom_field Site.preloaded_category_custom_fields << custom_field
end end