File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 52
52
class Module extends FormToolsModule
53
53
{
54
54
protected $moduleName = "My Module";
55
- protected $moduleDesc = "This is the description of your module name.";
56
55
protected $author = "Your Name";
57
56
protected $authorEmail = "
[email protected] ";
58
57
protected $authorLink = "https://yoursite.com";
@@ -124,8 +123,10 @@ <h3>Member variables</h3>
124
123
< code > $moduleDesc</ code >
125
124
</ div >
126
125
< div class ="col-lg-9 ">
127
- A one-line description of your module in the language of your choice. Like with < code > $moduleName</ code > you
128
- can also provide localization for this value via your < a href ="../file_lang/ "> language files</ a > .
126
+ < b > This has been removed in 3.1.5.</ b > You should now provide a one-liner description of your module
127
+ in the < code > module_description</ code > key in your language file. This will allow automatic localization
128
+ of that value in the interface. See the < a href ="{{site.baseurl}}/module_development/ft3/file_lang/ "> Language
129
+ files</ a > page for more info.
129
130
</ div >
130
131
</ div >
131
132
< div class ="row ">
You can’t perform that action at this time.
0 commit comments