Skip to content

Content interaction tabs #6344

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

Merged
merged 2 commits into from
Jun 16, 2025
Merged

Content interaction tabs #6344

merged 2 commits into from
Jun 16, 2025

Conversation

BurntimeX
Copy link
Member

No description provided.

class="contentInteractionTab__link"
{if $tab->active} aria-current="page"{/if}
>
{lang}{$tab->title}{/lang}

This comment was marked as resolved.


public function addTab(string $title, string $link, bool $active = false): void
{
$this->tabs[] = new ContentInteractionTab($title, $link, $active);

This comment was marked as resolved.

public function __construct(
public readonly string $title,
public readonly string $link,
public readonly bool $active = false,

This comment was marked as resolved.

@BurntimeX BurntimeX merged commit 9d2f03e into 6.2 Jun 16, 2025
6 checks passed
@BurntimeX BurntimeX deleted the 6.2-content-interaction-tabs branch June 16, 2025 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants