mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 04:11:41 +00:00
guardar figure y figcaption
This commit is contained in:
parent
c01284bb5e
commit
1ff5d0ab7e
1 changed files with 1 additions and 2 deletions
|
@ -7,7 +7,6 @@
|
|||
MetadataTemplate = Struct.new(:site, :document, :name, :label, :type,
|
||||
:value, :help, :required, :errors, :post,
|
||||
:layout, keyword_init: true) do
|
||||
|
||||
attr_reader :value_was
|
||||
|
||||
def value=(new_value)
|
||||
|
@ -133,7 +132,7 @@ MetadataTemplate = Struct.new(:site, :document, :name, :label, :type,
|
|||
end
|
||||
|
||||
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
|
||||
|
||||
# Decifra el valor
|
||||
|
|
Loading…
Reference in a new issue