Updated Secrets image filter docs (#4028)

Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
This commit is contained in:
Thomas Anderson
2024-08-15 20:34:13 +03:00
committed by GitHub
parent 8ae8b8647e
commit cf7a548c51
4 changed files with 9 additions and 7 deletions

View File

@@ -422,9 +422,9 @@
"deleted": "Secret deleted",
"created": "Secret created",
"saved": "Secret saved",
"images": {
"images": "Available for the following images",
"desc": "List of images where this secret is available, leave empty to allow for all images."
"plugins": {
"images": "Available only for the following plugins",
"desc": "List of plugins images where this secret is available, leave empty to allow for all plugins and general steps."
},
"events": {
"events": "Available at the following events",

View File

@@ -21,8 +21,8 @@
/>
</InputField>
<InputField v-slot="{ id }" :label="$t('secrets.images.images')">
<span class="ml-1 mb-2 text-wp-text-alt-100">{{ $t('secrets.images.desc') }}</span>
<InputField v-slot="{ id }" :label="$t('secrets.plugins.images')">
<span class="ml-1 mb-2 text-wp-text-alt-100">{{ $t('secrets.plugins.desc') }}</span>
<div class="flex flex-col gap-2">
<div v-for="image in innerValue.images" :key="image" class="flex gap-2">