Skip to content

chore: add config for template suffix and tag prefix in component generation #11708

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

nnaydenow
Copy link
Contributor

@nnaydenow nnaydenow commented Jun 11, 2025

Add support for UI5_TAG_NAME_PREFIX and UI5_TEMPLATE_FILENAME_SUFFIX environment variables, which can be used in third-party repositories to configure the tag name prefix and template filename.**

  • UI5_TAG_NAME_PREFIX controls the tag name format: {custom-prefix}-component-name, with a default fallback to "my".
  • UI5_TEMPLATE_FILENAME_SUFFIX controls the template filename format: ComponentName{custom-suffix}.tsx, with a default fallback to "Template".

Fixes: #11523

@nnaydenow nnaydenow changed the title chore: add config for template suffix and tag prefix in component gen… chore: add config for template suffix and tag prefix in component generation Jun 11, 2025
@nnaydenow nnaydenow requested a review from ilhan007 June 11, 2025 11:42
@nnaydenow nnaydenow closed this Jun 17, 2025
@nnaydenow nnaydenow reopened this Jun 17, 2025
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.

[Feature Request]: Allow source files for same webcomponent reside closely in file explorer
1 participant