plugin.tx_mediaoembed.settings {
    httpClient = Sto\Mediaoembed\Request\HttpClient\GetUrlHttpClient

    media {
        maxwidth = {$plugin.tx_mediaoembed.defaultMaximumMediaWidth}
        maxheight =
    }

    downloadPhoto = {$plugin.tx_mediaoembed.downloadPhoto}
    downloadPhotoSettings {
        storageUid = {$plugin.tx_mediaoembed.downloadPhotoSettings.storageUid}
        folderIdentifier = {$plugin.tx_mediaoembed.downloadPhotoSettings.folderIdentifier}
    }

    view {
        displayDirectLink = 1

        directLink {
            target = _blank

            // Security! Do not change this, if you use target=_blank, see:
            // https://www.jitbit.com/alexblog/256-targetblank---the-most-underestimated-vulnerability-ever/
            rel = noreferrer noopener
        }
    }
}
