Skip to content

Update template syntax in custom command examples#24732

Merged
hikalkan merged 2 commits intorel-10.0from
fix-custom-commands-doc-syntax
Jan 25, 2026
Merged

Update template syntax in custom command examples#24732
hikalkan merged 2 commits intorel-10.0from
fix-custom-commands-doc-syntax

Conversation

@yekalkan
Copy link
Member

Replaces double curly braces with the new template syntax {%{{{...}}}%} in the 'Terminal Command' and 'Condition' fields for custom commands documentation.

Replaces double curly braces with the new template syntax `{%{{{...}}}%}` in the 'Terminal Command' and 'Condition' fields for custom commands documentation.
@yekalkan yekalkan added this to the 10.0-patch-final milestone Jan 23, 2026
@yekalkan yekalkan requested a review from ebicoglu January 23, 2026 17:42
Copilot AI review requested due to automatic review settings January 23, 2026 17:42
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This pull request updates the template syntax used in ABP Studio custom commands documentation. The changes replace the old double curly brace syntax {{...}} with the new template syntax {%{{{...}}}%} in the example section, specifically in the Terminal Command and Condition fields.

Changes:

  • Updated template syntax in the "Build Docker Image" example from {{metadata.projectPath}} and {{metadata.imageName}} to {%{{{metadata.projectPath}}}%} and {%{{{metadata.imageName}}}%}

@hikalkan hikalkan merged commit 6b7afeb into rel-10.0 Jan 25, 2026
2 checks passed
@hikalkan hikalkan deleted the fix-custom-commands-doc-syntax branch January 25, 2026 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants