Skip to content

Conversation

@laske185
Copy link
Contributor

@laske185 laske185 commented Dec 8, 2025

This pull request updates the documentation for the Toolbar component to clarify how button and link items are specified. The main change is that the determination of item type (button or link) now relies on an explicit type attribute, rather than inferring from the presence of the _href attribute.

Documentation updates:

  • Updated example code in docs/30-components/toolbar.mdx to show the use of the type attribute for distinguishing between button and link items in the _items array.
  • Revised the explanation to state that the type attribute is used to specify whether an item is a button or a link, replacing the previous logic that inferred type from the _href attribute.

@laske185 laske185 requested a review from deleonio December 8, 2025 08:45
Base automatically changed from refactor/for-v4 to main December 9, 2025 06:54
@deleonio deleonio force-pushed the main branch 9 times, most recently from 46af408 to 5c51e53 Compare December 10, 2025 04:40
@github-actions
Copy link

@laske185 laske185 merged commit a393140 into main Dec 12, 2025
4 checks passed
@laske185 laske185 deleted the fix/8565-toolbar-type branch December 12, 2025 10:35
@publicuibot publicuibot bot locked and limited conversation to collaborators Dec 12, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Dokumentation für V4 vorbereiten Doku aktualisieren für explizite Toolbar-Item-Typen

4 participants