Update src/modules/ux-writer/_module-installer/install-config.yaml
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
This commit is contained in:
parent
9f0664a8c5
commit
f74e8397e5
|
|
@ -21,8 +21,8 @@ ux_content_folder:
|
||||||
default: "{output_folder}/ux-writing"
|
default: "{output_folder}/ux-writing"
|
||||||
result: "{project-root}/{value}"
|
result: "{project-root}/{value}"
|
||||||
validate:
|
validate:
|
||||||
pattern: "^(?!/|.*\\.\\.|.*//)[a-zA-Z0-9_\\-/]+$"
|
pattern: "^(?!/|.*//|.*\\.\\.|\\.|.*\\.$)[a-zA-Z0-9_\\-/.]+$"
|
||||||
error: "Please enter a safe, relative folder path (no absolute paths, no '..', and only letters, numbers, dashes, underscores, and slashes)."
|
error: "Please enter a safe, relative folder path (no absolute paths, no '..', no leading/trailing dot, and only letters, numbers, dashes, underscores, slashes, and dots)."
|
||||||
|
|
||||||
target_audience:
|
target_audience:
|
||||||
prompt: "Who is your primary target audience?"
|
prompt: "Who is your primary target audience?"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue