-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Affing Monsido Tools patch and contrib module updated
- Loading branch information
1 parent
14538d5
commit b4cd13c
Showing
4 changed files
with
25 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/src/Form/MonsidoSettingsForm.php b/src/Form/MonsidoSettingsForm.php | ||
index 3595c64..d133fed 100644 | ||
--- a/src/Form/MonsidoSettingsForm.php | ||
+++ b/src/Form/MonsidoSettingsForm.php | ||
@@ -74,7 +74,7 @@ class MonsidoSettingsForm extends ConfigFormBase { | ||
'#title' => $this->t('Script from Monsido.com'), | ||
'#default_value' => $config->get('monsido_script'), | ||
'#description' => $this->t('Paste in the generated script from the Monsido web app. Please provide the entire script as generated.'), | ||
- '#required' => TRUE, | ||
+ '#required' => FALSE, | ||
'#states' => [ | ||
'visible' => [ | ||
':input[name=enable]' => ['checked' => TRUE], |