adobe / helix-sidekick

Browser-based helper for authors on Helix projects
Apache License 2.0
4 stars 10 forks source link

Dropdown as plugin container #263

Closed rofe closed 2 years ago

rofe commented 2 years ago

For better organization and use of available screen estat, it would be helpful to be able to define dropdown containers to place plugins in:

image

Dropdown config:

{
  id: 'foo',
  button: {
    text: 'Lorem ipsum',
    isDropdown: true,
  },
}

Add plugin to dropdown:

{
   id: 'bar',
   container: 'foo',
   button: {
     text: 'Dolor sit amet',
   },
}
trieloff commented 2 years ago

:tada: This issue has been resolved in version 4.5.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: