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

Some thoughts #16

Open
glaprida opened this issue Jun 29, 2023 · 0 comments
Open

Some thoughts #16

glaprida opened this issue Jun 29, 2023 · 0 comments

Comments

@glaprida
Copy link

It would be nice to be able to set some additional settings for the breadcrumbs, such as:

useId: true // defaults true. shows the #id of the element
showLabels: false // defaults false. if true, it should show the same label as in the layers panel instead of the tag name.
showIcons: false // defaults false. if true, it should show the elements icon (same as in layers panel)
appendTo: 'body' // css selector for where to append the breadcrumbs component

In my particular case I need all of this opposite to the defaults (the defaults I wrote up there are to keep the current behaviour).
I would be using {useId: false, showLabels: true, showIcons: true, appendTo: '#main-editor'}

It would also be great if when hovering the breadcrumbs the corresponding elements on canvas could stand out (same as with layers)

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

No branches or pull requests

1 participant