mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-25 23:56:22 +00:00
fix: algunos mixins por defecto
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
915ba0761f
commit
74b6899667
1 changed files with 1 additions and 9 deletions
|
@ -7,10 +7,7 @@
|
|||
MetadataTemplate = Struct.new(:site, :document, :name, :label, :type,
|
||||
:value, :help, :required, :errors, :post,
|
||||
:layout, keyword_init: true) do
|
||||
# Determina si el campo es indexable
|
||||
def indexable?
|
||||
false
|
||||
end
|
||||
include Metadata::FrontMatterConcern
|
||||
|
||||
def inspect
|
||||
"#<#{self.class} site=#{site.name.inspect} post=#{post.id.inspect} value=#{value.inspect}>"
|
||||
|
@ -124,11 +121,6 @@ MetadataTemplate = Struct.new(:site, :document, :name, :label, :type,
|
|||
value.to_s
|
||||
end
|
||||
|
||||
# Decide si el metadato se coloca en el front_matter o no
|
||||
def front_matter?
|
||||
true
|
||||
end
|
||||
|
||||
def array?
|
||||
type == 'array'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue