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

Saving a page using IPage.SaveAsync removes the Section background images #1568

Open
1 task done
erkanch opened this issue Oct 30, 2024 · 1 comment
Open
1 task done
Assignees
Labels
area: pages API 📄 Working with modern pages

Comments

@erkanch
Copy link

erkanch commented Oct 30, 2024

Category

  • Bug

Describe the bug

If you update a page and save the changes using SaveAsync(), sections lose their background images.

Steps to reproduce

  1. Create a page in a SP site and add a section with a background image
    image
  2. Update the page programmatically using IPage.SaveAsync()
  3. Reload the page and the section background is gone.

Expected behavior

Section backgrounds aren't affected.

Environment details (development & target environment)

PnP.Core v1.14.0

@jansenbe jansenbe added the area: pages API 📄 Working with modern pages label Nov 18, 2024
@jansenbe jansenbe self-assigned this Nov 18, 2024
@jansenbe
Copy link
Contributor

@erkanch : the PnP Pages API currently does not support the latest section background options, it's on the to do list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: pages API 📄 Working with modern pages
Projects
None yet
Development

No branches or pull requests

2 participants