mullema / k3-panel-view-extended

Quick fix for some missing features in the panel
MIT License
26 stars 2 forks source link

options doesn't seem to work #13

Closed teichsta closed 3 years ago

teichsta commented 3 years ago

The options https://github.com/mullema/k3-panel-view-extended#hideoptions doesn't seem to work properly. After adding

options:
  hideOptions: true

to a page i still see the settings "Zahnrad".

Any idea where to dig deeper?

mullema commented 3 years ago

Can you please provide more information please. Kirby version (I assume 3.5.7.1 as in the other issue), plugin version. What does your blueprint look like? Any console outputs?

I cannot reproduce this issue.

teichsta commented 3 years ago

sure, sorry!

KirbyVersion = 3.5.7.1 PluginVersion = 3.1.0 (updated 1h ago)

i added

title: Beitrag

num: '{{ page.date.toDate("%Y%m%d%H%M") }}'
icon: book

options:
  hideOptions: true

...

to the blueprint and would expect the "settings crog" to disappear, right? But it still shows up:

image

teichsta commented 3 years ago

ok, there seems to be some interference with other plugins.

I downloaded the StarterKit, added your plugin and everything worked as expected …

Sorry for bothering and thanks for your support!!