Skip to content

Content interaction tabs#6344

Merged
BurntimeX merged 2 commits into6.2from
6.2-content-interaction-tabs
Jun 16, 2025
Merged

Content interaction tabs#6344
BurntimeX merged 2 commits into6.2from
6.2-content-interaction-tabs

Conversation

@BurntimeX
Copy link
Copy Markdown
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