Sha256: ffdaad6ed08a5c1c36ae8450ce54a7c207cb08ccd156003bd60f144dab895906
Contents?: true
Size: 280 Bytes
Versions: 5
Compression:
Stored size: 280 Bytes
Contents
module Pageflow module InternalLinks module ListHelper def internal_links_list(entry, configuration) render('pageflow/internal_links/list/list', page_links: InternalLinks::PageLinks.deserialize(entry, configuration)) end end end end
Version data entries
5 entries across 5 versions & 1 rubygems