- Added support for Craft's number field
- Plain text fields now work with the fields config
- Titles based in custom fields nowget set correctly
- support for Entries fields
- support for statikbe/craft-config-values
- better support for statikbe/craft-cta-field
- Fixed the seeding of category fields (#11)
useLocalAssets
now also works with images in the root of the volume- Unsupported fields are now logged instead of show in console
- Added
eachMatrixBlock
option, to seed a matrix with one of each blocktype in a random order (#13) - Added
useLocalAssets
option, to seed asset fields with assets from a specified volume & folder, to be used in case you have your own set of test images. - Added support for rias/craft-position-fieldtype
- Added support for seeding entries for specific sites by using a
siteId
parameter
- Progress bars when generating elements (#4)
- Fixed an issue with seeding categories (#8)
- Fixed an issue with seeding entries for sections without fields
- Seeder now works with Craft 3.1 🎉
- Added support for statikbe/craft-cta-field
- Fixed asset fields in Craft 3.1
- Fixed an issue where seeding a Supertable field in a Matrix field would crash
- Fixed an issue with minimum & maximum number of blocks on a Supertable field
- Added support for fields on Users
- Added support for fields on Categories
- The commands now take named parameters in stead of just IDs
- The commands now also work with section/group handle or with section/group id
- Supertable support, Super table static field support and all core fields in a Supertable field
- Fixes an issues with min/max rows in table fields (issue #3)
- Fixed an issue with asset fields that did not have a limit set. Now we'll seed a random number of images between 1 and 5 for those.
- Seeded images are now smaller (1600x1200), which are served more reliable from lorempixel.com
- Initial release