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

{{ 'Changes to `{file}` must be applied to the loaded project config.'|t('app', { file: craft.app.projectConfig.filename, })|md(inlineOnly=true) }}

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