mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Create form templates (#20189)
This commit is contained in:
@@ -233,6 +233,7 @@ Discourse::Application.routes.draw do
|
||||
scope "/customize", constraints: AdminConstraint.new do
|
||||
resources :user_fields, constraints: AdminConstraint.new
|
||||
resources :emojis, constraints: AdminConstraint.new
|
||||
resources :form_templates, constraints: AdminConstraint.new, path: "/form-templates"
|
||||
|
||||
get "themes/:id/:target/:field_name/edit" => "themes#index"
|
||||
get "themes/:id" => "themes#index"
|
||||
|
||||
Reference in New Issue
Block a user