update_helper-2.0.0/modules/update_helper_checklist/templates/configuration_update_checklist.yml.twig
modules/update_helper_checklist/templates/configuration_update_checklist.yml.twig
{% block file_methods %}
{% if update_version %}
{{ update_version }}:
'#title': 'Update to version {{ update_version }}'
'#description': '<h3>These are the new features for this release:</h3>'
{% endif %}
{{ update_hook_name }}:
'#title': '{{ description }}'
'#description': '<p>{{ update_description }}</p>'
'#description_successful': '<p>{{ success_message }}</p>'
'#description_failed': '<p><strong>{{ failure_message }}</strong><p>'
{% endblock %}
