| @@ -31,14 +31,14 @@ | ||
| 31 | 31 | protected $nice_name; // Nice name for display in the Editor interface |
| 32 | 32 | |
| 33 | 33 | protected $label; // Lavel (default) Text. This will be in the button, e.g. on hover |
| 34 | 34 | |
| 35 | - protected $icon_type = 'fa'; // Icon library set | |
| 35 | + protected $icon_type = 'fab'; // Icon library set | |
| 36 | 36 | protected $icon = 'fa-circle'; // Icon |
| 37 | 37 | |
| 38 | 38 | protected $color = '#fff'; |
| 39 | 39 | |
| 40 | - // extra options | |
| 40 | + // extra options [internal] | |
| 41 | 41 | protected $limitedpro = false; // the network is only intended for MB PRO |
| 42 | 42 | protected $forcesamewindow = false; // never open this in a new window |
| 43 | 43 | |
| 44 | 44 | public function __construct() |