🇨🇳China qqboy
Usage
This command is a drop-in replacement of the legacy drush entup or drush entity-updates core commands, however drush updb --entity-updates is no longer supported. Just run the drush entup command as before.
drush entup
🇨🇳China qqboy
in Drupal8, webform have a form item type named captcha, add the element, then captcha will appear in the webform.
https://www.zedangle.com/blog/how-add-captcha-webform-drupal-8
🇨🇳China qqboy
locally, if I use
$params['attachments'][] = [
'filepath' => $file->getFileUri(),
];
avoided this patch, since this patch is stilled not imported to Module itself in alph-4.