Skip to main content
Participant
October 12, 2022
Question

Possibility to remove the appearance of the window in  viewForCollectionSettings.

  • October 12, 2022
  • 0 replies
  • 97 views

Hello!
Could you tell me, please, if there is a possibility to remove the appearance of the window (photo 1 below) after some kind of check in 

viewForCollectionSettings(f, publishSettings, info)

 

I tried to write code

function exportServiceProvider.viewForCollectionSettings(f, publishSettings, info)
if smth == false then
return
end
end

and expect not to receive a window after the returns (photo 1 below). Please, let me know if this window can be removed. And if so, how?

 

Thanks in advance!

This topic is closed to new replies. Start a new post to keep the conversation going.