pelican-dev / panel

https://pelican.dev
GNU Affero General Public License v3.0
608 stars 72 forks source link

Convert egg variable's rules column array/json cast #414

Open lancepioch opened 2 weeks ago

lancepioch commented 2 weeks ago

This is to help prepare for the yaml egg.

Input:

string
required|int
int|min:0|max:12345
required|in:1,3,4,7,11|regex:/asdf/

Output:

["string"]
["required", "int"]
["int", "min:0", "max:12345"]
["required", "in:1,3,4,7,11", "regex:/asdf/"]