1
0
Fork 0

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
%w[
create_topic_wizard
custom_wizard_hide_from_composer
].each do |custom_field|
Site.preloaded_category_custom_fields << custom_field
end