BeaconCMS/beacon

Expose `page.extra` field in the `@beacon` assign

開放

#465 建立於 2024年4月29日

 (0 則留言) (0 個反應) (0 位負責人)Elixir (120 個分叉)batch import
area:contentgood first issueroadmap

倉庫指標

星標
 (1,194 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

The @beacon assign that is managed and build by the BeaconAssigns module holds public data about the current page as the page title, path, and so on. But currently it's missing the extra field which holds the data of custom page fields. We want to expose that data because it's public and useful to build pages.

So when the @beacon is created we want to have @beacon.page.extra with all the data of custom page fields available.

貢獻者指南