OleVik / grav-plugin-directorylisting

Simple directory listing for pages in Grav.
MIT License
19 stars 3 forks source link

The plugin tries to render modular page #7

Closed denexapp closed 7 years ago

denexapp commented 7 years ago

I've created a modular page with following content:

title: my-modular-page
content:
    items: '@self.modular'
body_classes: modular

If i add at least one module to my-modular-page it will start show an excexption when i try to access the page. Other pages works well, even with {{ directorylisting }} inside. You can see the backtrace at this page: https://wallpaperengine.ru/my-modular-page

I tried to disable others plugins, played with settings - no result. Also i saw exclude_additional option, but it didn't help me.

Current plugin config:

enabled: true
level: 2
exclude_main: true
exclude_modular: true
exclude_additional:
  - null
include_additional:
  - null
links: true
builtin_css: true
builtin_js: true

image

OleVik commented 7 years ago

This should be solved in v1.1.1, which should show up on the GPM soon.