Skip to content

Commit

Permalink
Update the volto distribution name for Plone 6.1.0b2
Browse files Browse the repository at this point in the history
  • Loading branch information
davisagli committed Dec 20, 2024
1 parent 5df29b1 commit b74a493
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def asbool(s):
"distribution_name": "classic",
{%- endif %}
{% if cookiecutter.plone_version >= "6.1" and cookiecutter.__feature_headless == "1" -%}
"distribution_name": "default",
"distribution_name": "volto",
{%- endif %}
"setup_content": False,
"default_language": "{{ cookiecutter.__profile_language }}",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def asbool(s):
"title": "{{ cookiecutter.title }}",
"profile_id": _DEFAULT_PROFILE,
{% if cookiecutter.plone_version >= "6.1" %}
"distribution_name": "default",
"distribution_name": "volto",
{% endif %}
"setup_content": False,
"default_language": "{{ cookiecutter.__profile_language }}",
Expand Down

0 comments on commit b74a493

Please sign in to comment.