File tree Expand file tree Collapse file tree 3 files changed +18314
-2
lines changed
Expand file tree Collapse file tree 3 files changed +18314
-2
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,15 @@ description: ZenStack custom procedures
44---
55
66import ZModelVsPSL from '../_ components/ZModelVsPSL';
7- import PreviewFeature from '../_ components/PreviewFeature'
7+ import PreviewFeature from '../_ components/PreviewFeature';
8+ import AvailableSince from '../_ components/AvailableSince';
89
910# Custom Procedure
1011
1112<PreviewFeature name =" Custom procedure " />
1213
14+ <AvailableSince version =" v3.2.0 " />
15+
1316<ZModelVsPSL >
1417Custom procedure is a ZModel feature and doesn't exist in PSL.
1518</ZModelVsPSL >
Original file line number Diff line number Diff line change @@ -3,12 +3,15 @@ sidebar_position: 13
33description : ORM custom procedures
44---
55
6- import PreviewFeature from '../_ components/PreviewFeature'
6+ import PreviewFeature from '../_ components/PreviewFeature';
7+ import AvailableSince from '../_ components/AvailableSince';
78
89# Custom Procedures
910
1011<PreviewFeature name =" Custom procedure " />
1112
13+ <AvailableSince version =" v3.2.0 " />
14+
1215::: info
1316Please refer to the [ Modeling] ( ../modeling/custom-proc.md ) part for how to define custom procedures in ZModel.
1417:::
You can’t perform that action at this time.
0 commit comments