技術情報
FAQ
Webform で必須項目の赤字のアスタリスが表示されない場合
以下のサイトを参考にしました
https://www.drupal.org/project/businessgroup_zymphonies_theme/issues/2905118
style.css に以下の設定を追加すると表示された場合のサンプル
.form-required::after { content: ''; vertical-align: super; display: inline-block; background-image: url(/core/misc/icons/ee0000/required.svg); background-repeat: no-repeat; background-size: 6px 6px; width: 6px; height: 6px; margin: 0 0.3em; }
アップデイトでエラー
システム環境: Drupal 8.8.6 Webform 8.x-5.13
drush updatedb でエラー
	The command "...../vendor/drush/drush/drush updatedb:status --no-e  
	  ntity-updates --uri=default --root=......./web" failed.               
	                                                                                             
	  Exit Code: 1(General error)                                                                
	                                                                                             
	  Working directory:                                                                         
	                                                                                             
	  Output:                                                                                    
	  ================                                                                           
	                                                                                             
	                                                                                             
	  Error Output:                                                                              
	  ================                                                                           
	                                                                                             
	  In ExtensionList.php line 265:                                                             
	                                                                                             
	    The module webform_scheduled_email_test does not exist.
この現象が発生し、Webformを入れ替えたりしましたが、改善しないので、新規Drupal8インストールサイトへデータ移行(マイグレーション)する方法を検討しています。




