5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-06 00:05:46 +00:00

guardar figure y figcaption

This commit is contained in:
f 2020-11-17 19:19:29 -03:00
parent c01284bb5e
commit 1ff5d0ab7e

View file

@ -7,7 +7,6 @@
MetadataTemplate = Struct.new(:site, :document, :name, :label, :type, MetadataTemplate = Struct.new(:site, :document, :name, :label, :type,
:value, :help, :required, :errors, :post, :value, :help, :required, :errors, :post,
:layout, keyword_init: true) do :layout, keyword_init: true) do
attr_reader :value_was attr_reader :value_was
def value=(new_value) def value=(new_value)
@ -133,7 +132,7 @@ MetadataTemplate = Struct.new(:site, :document, :name, :label, :type,
end end
def allowed_tags def allowed_tags
@allowed_tags ||= %w[strong em del u mark p h1 h2 h3 h4 h5 h6 ul ol li img iframe audio video div].freeze @allowed_tags ||= %w[strong em del u mark p h1 h2 h3 h4 h5 h6 ul ol li img iframe audio video div figure figcaption].freeze
end end
# Decifra el valor # Decifra el valor