goodvidio Posted September 19, 2016 Share Posted September 19, 2016 The Module Generator allows up to 200 characters description for a module. The validator though doesn't allow single lines with more than 120 characters. How should I format my module's constructor to pass more than 120 characters description? Even the auto generated module from the Generator doesn't pass the Validator. Thank you Link to comment Share on other sites More sharing options...
prestamonste Posted September 19, 2016 Share Posted September 19, 2016 This is a warning, not an error. You can ignore it. Link to comment Share on other sites More sharing options...
rocky Posted September 20, 2016 Share Posted September 20, 2016 I usually split the string into multiple translations. If I can't do that, I use code like the following: $this->l( 'You cannot manage message from an "All Shops" or a "Group Shop" context. '. 'Please select the shop you want to edit.' ) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now