Skip to main content
Mitul
New Member
June 4, 2024
Solved

Can we publish a plugin without "documentAccess" added to the manifest.json?

  • June 4, 2024
  • 2 replies
  • 254 views

Hi, we need to publish a plugin quickly, but we are stuck with this notice:

As per the manifest documentation, it shows that the ‘documentAccess’ field is optional.

We do not want to use the dynamic page loading feature for now. How can we publish the plugin without enabling the dynamic page loading APIs for the Plugin ?

This topic has been closed for replies.
Best answer by Gleb

No, it’s not possible. You have to use it.

2 replies

Gleb
GlebAnswer
Power Member
June 4, 2024

No, it’s not possible. You have to use it.

Mitul
MitulAuthor
New Member
June 4, 2024

Thanks @Gleb for the quick reply.