BeaconCMS/beacon

Core -> General Improvements: Rename `layout.body` to `layout.template`

Closed this issue · 1 comments

"template" is the correct term used to for fields storing a template as HEEx or Markdown, in this case for layouts we only support HEEx at the moment.

Follows the same pattern as page.template, which makes it easier to reuse code dealing with templates for both pages and layouts.

field :body, :string

Can I take this? :)

Opened a PR:
#320