Packages

Arke project generator. Provides a `mix arke.new` task to bootstrap a new Elixir application with Arke dependencies.

Current section

Files

Jump to
arke_new templates arke_single lib registry parameter.json
Raw

templates/arke_single/lib/registry/parameter.json

{
"parameter": [
{
"default_string": null,
"type": "string",
"format": "attribute",
"helper_text": "First name",
"id": "first_name",
"is_primary": false,
"label": "First name",
"max_length": null,
"min_length": 3,
"multiple": false,
"nullable": true,
"persistence": "arke_parameter",
"required": false,
"strip": false,
"unique": false,
"values": null
},
{
"default_string": null,
"type": "string",
"format": "attribute",
"helper_text": "Last name",
"id": "last_name",
"is_primary": false,
"label": "Last name",
"max_length": null,
"min_length": 3,
"multiple": false,
"nullable": true,
"persistence": "arke_parameter",
"required": false,
"strip": false,
"unique": false,
"values": null
},
{
"default_dynamic": null,
"type": "dynamic",
"format": "attribute",
"helper_text": null,
"id": "arke_system_user",
"is_primary": false,
"label": "Arke System User",
"nullable": false,
"only_run_time:": false,
"persistence": "arke_parameter",
"required": true
}
]
}