Integrate saving page templates with the backend: (de)normalize PageTemplate config entities using the client-side data model

Created on 13 January 2025, 3 months ago

Overview

This is the PageTemplate equivalent of ✨ [PP-1] Integrate saving sections with the backend Postponed .

Proposed resolution

šŸ“Œ Implement auto-save of the page template config entity Active already updated the ApiPublishAllController (which was introduced in šŸ“Œ Create an endpoint to publish all auto-saved entities Active ), which is why that now contains:

…
        if ($entity instanceof PageTemplate) {
          $entity = $entity->forAutoSaveData($auto_save['data']);
          $entity->enforceIsNew(FALSE);
          $this->validatePageTemplate($entity);
        }
…

User interface changes

TBd

✨ Feature request
Status

Active

Version

0.0

Component

Page builder

Created by

šŸ‡§šŸ‡ŖBelgium wim leers Ghent šŸ‡§šŸ‡ŖšŸ‡ŖšŸ‡ŗ

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024