$output.='<p>'.t('You also have the option to include a progress field,
...
...
@@ -31,7 +31,7 @@ which is a numeric field with a value between 0 and 100') . '</p>';
$output.='<ul><li>'.t('plain text').'</li>';
$output.='<li>'.t('double field with a datetime (datetime - text)').'</li></ul>';
$output.='<p>'.t('Create a view with style Format "Kanban". Change Show to Fields.').'</p>';
$output.='<p>'.t('You can add fields you want, Exclude from display the field if you don\'t want show (like history field). and define the field selected the Format / Settings.').'</p>';
$output.='<p>'.t("You can add fields you want, Exclude from display the field if you don't want show (like history field). and define the field selected the Format / Settings.").'</p>';
$output.='<p>'.t('In the format settings, you can select your preferred fields, with the **status field being required** and the others being optional.').'</p>';
$output.='<p>'.t('This module also supports <a href="https://www.drupal.org/project/pwa_firebase" rel="nofollow">send notification with firebase</a>, which can be sent to assignors when the status of a task has changed.').'</p>';
$output.='<p>'.t('The module design base on a <a href="https://www.drupal.org/project/bootstrap5_admin" rel="nofollow">Bootstrap 5 theme</a>').'</p>';
...
...
@@ -40,18 +40,20 @@ which is a numeric field with a value between 0 and 100') . '</p>';