Skip to content

[Request]: Hide [Open Documentation] button, plus workaround #78

@jjrohrer

Description

@jjrohrer

What feature would you like to add?

We're not ready to use the knowledge base... but we love the markdown driven modals.
I'd request the ability to disable previews from including the [Open Documentation] button.

Workaround: If you are willing to override blade files, you can copy

  • vendor/guava/filament-knowledge-base/resources/views/livewire/help-menu.blade.php
  • vendor/guava/filament-knowledge-base/resources/views/modals.blade.php
  • vendor/guava/filament-knowledge-base/resources/views/livewire/modals.blade.php

to

  • resources/views/vendor/filament-knowledge-base/livewire/help-menu.blade.php
  • resources/views/vendor/filament-knowledge-base/modals.blade.php
  • resources/views/vendor/filament-knowledge-base/livewire/modals.blade.php

And in each file, look for the button with translations.open-documentation, and just comment out the button

  • translations.open-documentation

Image
Image

Notes

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions