feat(#2515): add option to change grouped folders name with custom function (#2521)

* Add option to change grouped folders name with custom function

* Fix docs

---------

Co-authored-by: Alexander Courtis <alex@courtis.org>
This commit is contained in:
Azad
2023-11-09 11:20:29 +01:00
committed by GitHub
parent 4ee6366ff1
commit a2aaf8b430
4 changed files with 26 additions and 4 deletions

View File

@@ -640,6 +640,7 @@ local ACCEPTED_TYPES = {
},
},
renderer = {
group_empty = { "boolean", "function" },
root_folder_label = { "function", "string", "boolean" },
},
actions = {