BeaconCMS/beacon

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

Aperta

#465 aperta il 29 apr 2024

 (0 commenti) (0 reazioni) (0 assegnatari)Elixir (120 fork)batch import
area:contentgood first issueroadmap

Metriche repository

Star
 (1194 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor