Skip to content

Commit

Permalink
Add needed property for displaying custom fields
Browse files Browse the repository at this point in the history
  • Loading branch information
billtomczak committed Jun 14, 2022
1 parent 358a175 commit 680a857
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/admin/library/Free/Joomla/Module/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ class File extends AbstractFlexibleModule
*/
protected $form = null;

/**
* @var bool
*/
protected $show_options = true;

/**
* @var string
*/
Expand Down

0 comments on commit 680a857

Please sign in to comment.