Releases: jordannbeattie/craftcms-faker
Releases · jordannbeattie/craftcms-faker
2.0.2
2.0.1
Added customFields to Asset model
1.1.2
Added customFields to Asset model
1.1.1
Added functionality to fake a Redactor field
1.1.0
- Replaced Placeholder with Dummy Image
2.0.0
Upgraded plugin for Craft 4 compatability
1.0.9
- Added unsplash source for
asset()
function
1.0.8
Specifying kind
when using the asset()
function without the url
attribute will automatically generate a video URL
craft.faker.asset({ kind: "video" })
1.0.7
Added support for selecting image source when using the asset()
function. See README for examples and documentation.
1.0.6
- Added
$children
option tonavigation()
. Pass a boolean to define whether the navigation should be returned with child items. - Added
level()
function to Collection in order to return only child elements. Pass an int for which level to return (currently only works for level 2)