X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FApp%2FSCS%2FRole%2FPageChildren.pm;h=eb5e8974e6cffff3d3bf39b3007a0a53807cb9d7;hb=f50b4a35d3bc4916542f103138c10bc9a2fc9c9f;hp=3e6f2f38d94e96021868b091ca552e0bfd3a5f94;hpb=b8661586c766225ba4e65a625f268b7348078523;p=scpubgit%2FApp-SCS.git diff --git a/lib/App/SCS/Role/PageChildren.pm b/lib/App/SCS/Role/PageChildren.pm index 3e6f2f3..eb5e897 100644 --- a/lib/App/SCS/Role/PageChildren.pm +++ b/lib/App/SCS/Role/PageChildren.pm @@ -2,6 +2,7 @@ package App::SCS::Role::PageChildren; use Moo::Role; +requires '_page_set'; requires '_page_set_class'; requires '_top_dir'; requires '_my_path'; @@ -15,6 +16,7 @@ sub children { top_dir => $self->_top_dir, base_dir => $self->_my_path, max_depth => 1, + plugin_config => $self->_page_set->plugin_config, %args, ); }