A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
I have made an ImageBlock with an ImageUrl property and a Description property. The ImageUrl is required.
My ArticlePage uses this ImageBlock for its Image property, but it's not required to have an image in the article. However, if the editor chooses to have an image, the url should be required.
But when I create a new instance of an ArticlePage I am prompted for the ImageUrl which EPiServer claims is required. Am I missing something?