Skip to content

Commit

Permalink
Merge pull request #8 from maximehuran/feature/add-ui-elements-tags
Browse files Browse the repository at this point in the history
feat(ui elements): add tags on ui elements
  • Loading branch information
maximehuran authored Feb 8, 2025
2 parents 325637f + 0b63c99 commit 5d22852
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Form/Type/UiElement/ArticlesByTagsUiElementType.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
frontRender: '@MonsieurBizSyliusBlogPlugin/Shop/UiElement/articles_by_tags.html.twig',
),
wireframe: 'articles-by-tags',
tags: [],
tags: ['blog', 'blog-articles', 'articles-by-tags'],
)]
class ArticlesByTagsUiElementType extends AbstractType
{
Expand Down
2 changes: 1 addition & 1 deletion src/Form/Type/UiElement/ArticlesSelectionUiElementType.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
frontRender: '@MonsieurBizSyliusBlogPlugin/Shop/UiElement/articles_selection.html.twig',
),
wireframe: 'articles-selection',
tags: [],
tags: ['blog', 'blog-articles', 'articles-selection'],
)]
class ArticlesSelectionUiElementType extends AbstractType
{
Expand Down
2 changes: 1 addition & 1 deletion src/Form/Type/UiElement/CaseStudiesUiElementType.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
frontRender: '@MonsieurBizSyliusBlogPlugin/Shop/UiElement/case_studies.html.twig',
),
wireframe: 'case-studies',
tags: [],
tags: ['blog', 'blog-case-studies', 'case-studies'],
)]
class CaseStudiesUiElementType extends AbstractType
{
Expand Down

0 comments on commit 5d22852

Please sign in to comment.