Embedded Assets 5.2.0
Changed
spicyweb\embeddedassets\Service::getEmbeddedAsset()
andspicyweb\embeddedassets\Variable::get()
(craft.embeddedAssets.get()
) now acceptnull
instead of an asset, and returnnull
in that case (thanks @nstCactus)
spicyweb\embeddedassets\Service::getEmbeddedAsset()
and spicyweb\embeddedassets\Variable::get()
(craft.embeddedAssets.get()
) now accept null
instead of an asset, and return null
in that case (thanks @nstCactus)