webhook/webhook-cms

CMS erroneously allows fields to start with a number

batasbre opened this issue · 1 comments

The CMS currently allows a field such as "2name" however when running wh serve, it results in an error: "Unexpected token ILLEGAL in file..."

Either the CMS should forbid names starting with numbers, or the build task should handle those normally without throwing an error.

You will now get an error if you try to save a field name that starts with a digit.