5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-02 05:34:16 +00:00

guardar el atributo name #331

This commit is contained in:
f 2021-03-26 10:27:50 -03:00
parent 17ba7db651
commit 2e7c1d23f4

View file

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