Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IBX-1505: Added autosave to COTF in UDW #63

Merged
merged 1 commit into from
Nov 22, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,16 @@
<meta name="LanguageCode" content="{{ language.languageCode }}" />
{% endblock %}

{% block page_title %}
{% include '@ezdesign/content/edit/content_header.html.twig' with {
class: 'ez-content-edit-page-title--increased-left-margin',
{% set without_close_button = true %}

{% block header %}
{% include '@ezdesign/ui/edit_header.html.twig' with {
action_name: 'editing'|trans|desc('Editing'),
title: content.name,
icon_name: 'content-type',
show_autosave_status: true,
description: content_type.description,
without_close_button: true
subtitle: 'editing_details'|trans({ '%location_name%': parent_location.contentInfo.name })|desc('under %location_name%'),
} %}
{% endblock %}

Expand All @@ -30,8 +33,6 @@
</section>
{% endblock %}

{% block right_sidebar_wrapper %}{% endblock %}

{% block form_before %}
{{ ez_render_component_group('content-edit-form-before', {
'content': content,
Expand Down