mirror of
https://github.com/discourse/discourse.git
synced 2026-08-12 05:55:39 -05:00
FEATURE: Can create stylesheets for embedded comments
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class AddEmbeddedCssToSiteCustomizations < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :site_customizations, :embedded_css, :text
|
||||
add_column :site_customizations, :embedded_css_baked, :text
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user