Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto add fields from Content Type in method New
$content->setFieldValue('dob', '')seemed out of place in method New. Instead I added code to loop through the fields from the given Content Type and have these fields added automatically.
- Loading branch information