[SCRIPT] Place an invalid file or create a link with LINK_MISSING state
I'd like to link some objects with the files that are not accessible at the moment of editing.
Is it possible to place an invalid file object into a container? If not, are there any ways to add a link to a document without using `place()`? I couldn't find any methods to create an empty `link` object by hand.
The following doesn't work:
place(file, withProperties = {error: ""})inDesign allows for invalid links to exist, file objects can refer to non-existent files, but `place` always gives an error if the filepath doesn't resolve to a valid file.
Thanks.
