Skip to content

Commit

Permalink
Finally
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed May 20, 2024
1 parent fabc672 commit b4673f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sub/project_settings/cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
"language_code": "en",
"volto_version": "{{ 'Yes' | latest_volto }}",
"github_organization": "collective",
"container_registry": ["github", "docker_hub", "gitlab"],
"__npm_package_name": "{{ cookiecutter.frontend_addon_name }}",
"__container_registry_prefix": "{{ cookiecutter.container_registry | image_prefix }}",
"__container_image_prefix": "{{ cookiecutter.__container_registry_prefix }}{{ cookiecutter.github_organization }}/{{ cookiecutter.project_slug }}",
"__folder_name": "{{ cookiecutter.project_slug }}",
"__package_name": "{{ cookiecutter.python_package_name | package_name }}",
"__package_namespace": "{{ cookiecutter.python_package_name | package_namespace }}",
Expand Down
1 change: 1 addition & 0 deletions sub/project_settings/tests/test_cutter.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def test_variable_substitution(build_files_list, variable_pattern, cutter_result
"backend/src/project/title/profiles/default/registry/plone.i18n.interfaces.ILanguageSchema.xml",
"frontend/.dockerignore",
"frontend/Dockerfile",
"frontend/Makefile",
"frontend/packages/volto-project-title/src/index.js",
],
)
Expand Down

0 comments on commit b4673f3

Please sign in to comment.