Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Layer editor widgets - configurable #5501

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Conversation

FilipLeitner
Copy link
Collaborator

@FilipLeitner FilipLeitner commented Jan 13, 2025

Description

Use layerEditorWidgetsEnabled to disable all widgets

Use layerEditorWidgets ton disable individual widgets eg:

layerEditorWidgets: {
   layerType: false
}

Related issues or pull requests

fixes #5426

Pull request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Dependency updates
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe)
  • I am unsure (we'll look into it together)

Do you introduce a breaking change?

  • Yes
  • No
  • I am unsure (no worries, we'll find out)

Checklist

  • I understand and agree that the changes in this PR will be licensed under the [MIT License]
  • I have followed the guidelines for contributing
  • The proposed change fits to the content of the code of conduct
  • I have added or updated tests and documentation, and the test suite passes (run npm test locally)
  • I'm lost; why do I have to check so many boxes? Please help!

layerEditorWidgetsEnabled can disable all widgets

layerEditorWidgets can disable individual widgets
@FilipLeitner FilipLeitner requested a review from jmacura as a code owner January 13, 2025 09:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow layer type switch (base - thematic ) to be disabled
1 participant