App layout (basically your normal .erb template) can't define cms tags.
It's not like Liquid templating. CMS layouts define content areas. App
layout is just a wrapper around `yield` that actually outputs content
from CMS.
Markdown doesn't have editor buttons. It's only there for the wysiwyg.
Yes, you can inject extra form fields into page form via ViewHooks:
https://github.com/comfy/comfortable-mexican-sofa/wiki/Reusing-sofa%27s-admin-area
Just plop this into initializer:
`ComfortableMexicanSofa::ViewHooks.add(:page_form,
'/layouts/admin/page_form')` and that partial can have something like
this: `form.select :permissions, whatever`. Mind you, you'll need to
inject attr_accessible into Cms::Page model or that attribute won't apply.
Hope this helps.
Oleg
> --
> You received this message because you are subscribed to the Google
> Groups "comfortable-mexican-sofa" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to
comfortable-mexica...@googlegroups.com.
> For more options, visit
https://groups.google.com/groups/opt_out.
>
>