10 lines
167 B
Ruby
10 lines
167 B
Ruby
|
class Sanitize
|
||
|
module Config
|
||
|
|
||
|
DISCOURSE_ONEBOX ||= freeze_config merge(ONEBOX,
|
||
|
attributes: merge(ONEBOX[:attributes], 'aside' => [:data])
|
||
|
)
|
||
|
|
||
|
end
|
||
|
end
|