Import

Here we define on what should be imported and the import dialog

Import

Contains an object with settings that defines what to import from the article and what information we want to display on the import dialog

Example:

{
    "importAuthors": true,
    "showScheduledPublication": true,
    "showChannels": true,
    "channel": {
        "conceptImTypeFull": "x-im/channel"
    }
}

Last updated