sutty/app/views/posts/attributes/_html.haml
f 70e64e6e97 usar el editor en otros campos
como reemplazo del campo `markdown` que coloca texto con markdown en el
front matter.
2021-04-22 13:09:49 -03:00

7 lines
222 B
Plaintext

-# Editor de contenido
= render 'posts/attributes/content',
base: 'post', post: post, attribute: attribute,
metadata: metadata, site: site,
dir: dir, locale: locale,
autofocus: (post.attributes.first == attribute)