DEV: Create form templates (#20189)

This commit is contained in:
Keegan George
2023-02-08 11:21:39 -08:00
committed by GitHub
parent 7622dbcebf
commit 871607a420
34 changed files with 1148 additions and 0 deletions

View File

@@ -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"