permitir atributos de multimedia

This commit is contained in:
f 2021-02-25 18:01:56 -03:00
parent cb5890e00e
commit 7175af05d7

View file

@ -172,7 +172,7 @@ MetadataTemplate = Struct.new(:site, :document, :name, :label, :type,
end
def allowed_attributes
@allowed_attributes ||= %w[style href src alt controls data-align id].freeze
@allowed_attributes ||= %w[style href src alt controls data-align data-multimedia data-multimedia-inner id].freeze
end
def allowed_tags