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

TMS-1028: Add social media link-list block, component & footer section #509

Merged
merged 4 commits into from
May 13, 2024

Conversation

eebbi
Copy link
Contributor

@eebbi eebbi commented May 8, 2024

Severa-ID: 2108
Severa-kuvaus: TMS-1028 Uusi elementti: somelinkkilista
Task: https://hiondigital.atlassian.net/browse/TMS-1028

Description

Add social media link-list block, component & footer section

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

@eebbi eebbi requested a review from a team May 8, 2024 11:11
@vloy vloy self-assigned this May 8, 2024
return ! empty( $item['link']['title'] );
} );

return apply_filters( 'tms/acf/block/' . self::KEY . '/data', $data );
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
return apply_filters( 'tms/acf/block/' . self::KEY . '/data', $data );
return \apply_filters( 'tms/acf/block/' . self::KEY . '/data', $data );

Copy link

@vloy vloy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🏁

@eebbi eebbi merged commit d4cbd41 into master May 13, 2024
1 of 2 checks passed
@eebbi eebbi deleted the TMS-1028 branch May 13, 2024 18:04
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

Successfully merging this pull request may close these issues.

2 participants