{% extends "_layouts/message" %} {% set title = "Project Config Sync"|t('app') %} {% block message %}

{{ "Changes to `project.yaml` must be applied to the loaded project config."|t('app')|md(inlineOnly=true) }}

{{ csrfInput() }} {{ actionInput('config-sync') }} {{ hiddenInput('return', craft.app.request.getPathInfo()) }}
{% endblock %}