Problem/Motivation
There are multiple Invalid placeholders which generate errors such as :
1. User error: Invalid placeholder (!apilink) in string: The API key for your MailChimp account. Get or generate a valid API key at your !apilink.
2. User error: Invalid placeholder (!MailChimp) in string: Select which lists to show on your signup form. You can create additional lists at !MailChimp
Proposed resolution
Fix the above errors by using @ instead of ! which is currently being used.
Remaining tasks
Find out more such occurrences and fix them.
User interface changes
None
API changes
None
Data model changes
None
Comments
Comment #2
taherpro commentedThis patch fixes the above described issue.
Comment #8
taherpro commentedAdding a patch which is ignored by the testbot as the tests are giving CI Errors and the tests need to be fixed in a separate issue.
Also renamed the patch to follow drupal standards.
Comment #9
taherpro commentedComment #10
MarcRNelson commented#2 Resolves the Invalid placeholder issues (Drupal 8.0.5) PHP 5.6 & MySQL 5.6.
Comment #17
ruscoe commentedThanks for the patch! Committed to the dev branch.