Skip to content

Commit

Permalink
add table_icon to api.php
Browse files Browse the repository at this point in the history
  • Loading branch information
skerbis authored Aug 22, 2024
1 parent 64935d2 commit 3c5ba9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/manager/lib/yform/manager/table/api.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class rex_yform_manager_table_api
{
/** @var array<int, string> */
public static array $table_fields = ['status', 'name', 'description', 'list_amount', 'list_sortfield', 'list_sortorder', 'prio', 'search', 'hidden', 'export', 'import', 'schema_overwrite'];
public static array $table_fields = ['status', 'name', 'description', 'table_icon', 'list_amount', 'list_sortfield', 'list_sortorder', 'prio', 'search', 'hidden', 'export', 'import', 'schema_overwrite'];
public static bool $debug = false;
public static array $cacheColumnsByTable = [];

Expand Down

0 comments on commit 3c5ba9a

Please sign in to comment.