Page Builder: Featured pages component #357
Labels
enhancement
New feature or improvement
good first issue
Good for newcomers
help wanted
Looking for contributors
Milestone
Currently the featured blog posts section in the dockyard.com website (screenshot below) is managed by a custom database table and custom code but we want to expose that kind of content as a reusable component that will look like:
That component can receive an
source
argument that is a function used to return a list of pages. It should be optional and the default implementation should beContent.list_pages(site, per_page: 3, sort: :updated_at)
site
can be fetched from the live view process, seebeacon/lib/beacon_web/components/components.ex
Line 28 in cbe3bf7
The text was updated successfully, but these errors were encountered: