Details
-
Type: Improvement
-
Status: Closed
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: 3.0.0
-
Fix Version/s: 3.2.0-b1
-
Component/s: None
-
Labels:None
Description
Allow descriptions to be displayed when listing plugins, gateways, and modules. Here's how:
in layout.css
.common_box .content_section .inner .itemlist li - remove line-height.
.common_box .content_section .inner .itemlist - change height: 69px to min-height: 69px
In HTML, where <ul><li>Name</li><li>Authors</li></ul>, add new <li> for description text.
Descriptions only supported by extensions that use a config.json file.