config.tx_extbase {
    persistence {
        classes {
            Sto\Mediaoembed\Domain\Model\Content {
                mapping {
                    tableName = tt_content
                    columns {
                        tx_mediaoembed_maxwidth.mapOnProperty = maxwidth
                        tx_mediaoembed_maxheight.mapOnProperty = maxheight
                        tx_mediaoembed_url.mapOnProperty = url
                        tx_mediaoembed_play_related.mapOnProperty = playRelated
                    }
                }
            }
        }
    }
}
