Development

This commit is contained in:
Matthew Grotke 2026-05-31 00:22:39 -04:00
parent fcdaf09477
commit f152d82386
11 changed files with 219 additions and 66 deletions

View file

@ -49,7 +49,7 @@
{
"col": "name",
"input_type": "text",
"validate": "dashname"
"validate": "VALIDATION_DASH_NAME"
},
{
"col": "description",
@ -63,7 +63,7 @@
{
"col": "url",
"input_type": "text",
"validate": "url"
"validate": "VALIDATION_URL"
}
]
},
@ -92,7 +92,7 @@
"label": "Name",
"name": "name",
"input_type": "text",
"validate": "dashname",
"validate": "VALIDATION_DASH_NAME",
"placeholder": "e.g. steven-black"
},
{
@ -114,7 +114,7 @@
"label": "Source URL",
"name": "url",
"input_type": "text",
"validate": "url",
"validate": "VALIDATION_URL",
"placeholder": "https://..."
},
{
@ -172,7 +172,7 @@
"label": "Daily Refresh Time",
"name": "daily_execute_time_24hr_local",
"input_type": "text",
"validate": "time_24h",
"validate": "VALIDATION_TIME24H",
"value": "%GENERAL_DAILY_EXECUTE_TIME%",
"placeholder": "e.g. 02:30",
"hint": "24-hour local time for the daily blocklist refresh."