mirror of https://gitlab.com/bramw/baserow
6 lines
288 B
JSON
6 lines
288 B
JSON
{
|
|
"project_name": "My Baserow Plugin",
|
|
"project_slug": "{{ cookiecutter.project_name.lower()|replace(' ', '-')|replace('_', '-')|replace('.', '-')|trim() }}",
|
|
"project_module": "{{ cookiecutter.project_name.lower()|replace(' ', '_')|replace('-', '_')|replace('.', '_')|trim() }}"
|
|
}
|