@kong-ui-public/entities-plugins 9.208.3 → 9.208.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1366,13 +1366,14 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
1366
1366
|
},
|
|
1367
1367
|
alias_name: {
|
|
1368
1368
|
label: "Alias name",
|
|
1369
|
-
placeholder: "Enter a unique name"
|
|
1369
|
+
placeholder: "Enter a unique name",
|
|
1370
|
+
help: "Format: ^[a-z][a-z0-9-]*[a-z0-9]$. The name must be unique enough to avoid future conflicts with bundled plugins."
|
|
1370
1371
|
},
|
|
1371
1372
|
priority: {
|
|
1372
1373
|
label: "Priority",
|
|
1373
1374
|
tooltip: "Set the execution priority for this cloned plugin",
|
|
1374
1375
|
help: {
|
|
1375
|
-
text: "Optional. Use a number
|
|
1376
|
+
text: "Optional. Use a number to set the absolute execution priority. If priority isn't set, plugins run in alphabetical order. {link} in the docs.",
|
|
1376
1377
|
link: "Learn more"
|
|
1377
1378
|
}
|
|
1378
1379
|
}
|
|
@@ -29174,12 +29175,13 @@ const ut = {
|
|
|
29174
29175
|
"onUpdate:modelValue": M[12] || (M[12] = (he) => O.fields.aliasName = he),
|
|
29175
29176
|
modelModifiers: { trim: !0 },
|
|
29176
29177
|
"data-testid": "custom-plugin-alias-name",
|
|
29178
|
+
help: u(r)("custom_plugin_form.step3.alias_name.help"),
|
|
29177
29179
|
label: u(r)("custom_plugin_form.step3.alias_name.label"),
|
|
29178
29180
|
placeholder: u(r)("custom_plugin_form.step3.alias_name.placeholder"),
|
|
29179
29181
|
readonly: O.readonly,
|
|
29180
29182
|
required: "",
|
|
29181
29183
|
type: "text"
|
|
29182
|
-
}, null, 8, ["modelValue", "label", "placeholder", "readonly"]),
|
|
29184
|
+
}, null, 8, ["modelValue", "help", "label", "placeholder", "readonly"]),
|
|
29183
29185
|
C(fe, {
|
|
29184
29186
|
modelValue: O.fields.priority,
|
|
29185
29187
|
"onUpdate:modelValue": M[13] || (M[13] = (he) => O.fields.priority = he),
|
|
@@ -29220,7 +29222,7 @@ const ut = {
|
|
|
29220
29222
|
]);
|
|
29221
29223
|
};
|
|
29222
29224
|
}
|
|
29223
|
-
}), Xq = /* @__PURE__ */ Re(aK, [["__scopeId", "data-v-
|
|
29225
|
+
}), Xq = /* @__PURE__ */ Re(aK, [["__scopeId", "data-v-48e22e8f"]]), rK = (e, t) => ({
|
|
29224
29226
|
type: "array",
|
|
29225
29227
|
valueType: "string",
|
|
29226
29228
|
valueArrayType: "array",
|