File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
-----
10
10
11
11
After installation the FAQ list is available at http://example.com/your-magento-path/faq .
12
- You can add a link to the FAQ module in any static block or page like this: `{{store direct_url="faq"}}.
12
+ You can add a link to the FAQ module in any static block or page like this: ` {{store direct_url="faq"}} ` .
13
13
14
14
Features
15
15
--------
Original file line number Diff line number Diff line change @@ -122,13 +122,13 @@ protected function _prepareForm()
122
122
'name ' => 'url_key ' ,
123
123
'label ' => $ this ->helper ('flagbit_faq ' )->__ ('URL Key ' ),
124
124
'title ' => $ this ->helper ('flagbit_faq ' )->__ ('URL Key ' ),
125
- 'required ' => true ,
125
+ 'required ' => false ,
126
126
'comment ' => $ this ->helper ('flagbit_faq ' )->__ ('Note: Do not forget to create a rewrite for the old url if you change this! ' ),
127
127
]);
128
-
128
+
129
129
$ form ->setValues ($ model ->getData ());
130
130
$ this ->setForm ($ form );
131
-
131
+
132
132
return parent ::_prepareForm ();
133
133
}
134
134
}
You can’t perform that action at this time.
0 commit comments