Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6624768

Browse files
committed
chore: update warning content
1 parenta62ba63 commit6624768

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

‎site/src/modules/workspaces/ClassicParameterFlowDeprecationWarning/ClassicParameterFlowDeprecationWarning.tsx‎

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { Alert } from "components/Alert/Alert";
22
import{Link}from"components/Link/Link";
33
import{linkToTemplate,useLinks}from"modules/navigation";
44
importtype{FC}from"react";
5+
import{docs}from"utils/docs";
56

67
interfaceClassicParameterFlowDeprecationWarningProps{
78
organizationName:string;
@@ -26,9 +27,17 @@ export const ClassicParameterFlowDeprecationWarning: FC<
2627
<Alertseverity="warning"className="mb-2">
2728
<div>
2829
This template is using the classic parameter flow, which will be{" "}
29-
<strong>deprecated</strong> in a future release. Please migrate to
30-
dynamic improved functionality.
30+
<strong>deprecated</strong> and removed in a future release. Please
31+
migrate to{" "}
32+
<a
33+
href={docs("/admin/templates/extending-templates/dynamic-parameters")}
34+
className="text-content-link"
35+
>
36+
dynamic parameters
37+
</a>{" "}
38+
on template settings for improved functionality.
3139
</div>
40+
3241
<LinkclassName="text-xs"href={templateSettingsLink}>
3342
Go to Template Settings
3443
</Link>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp