jss icon indicating copy to clipboard operation
jss copied to clipboard

[Next.js][Editing] Partial rendering implementation

Open illiakovalenko opened this issue 2 years ago • 0 comments

Description / Motivation

We need to support rendering of a single component for editing purposes. This will be used by Pages (no plans for EE to use). It utilizes the same /api/editing/render endpoint and middleware

Testing Details

Component rendering request covered in unit test for Editing Middleware

Types of changes

  • [ ] Bug fix (non-breaking change which fixes an issue)
  • [x] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to change)

illiakovalenko avatar Sep 15 '22 13:09 illiakovalenko