BeaconCMS/beacon

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

Offen

#465 geöffnet am 29.04.2024

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Elixir (120 Forks)batch import
area:contentgood first issueroadmap

Repository-Metriken

Stars
 (1.194 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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.

Contributor Guide