From 3be3d6d0294b47ae90ea2f0dbe306043025d4cdd Mon Sep 17 00:00:00 2001 From: administrator Date: Fri, 21 Feb 2025 14:41:46 +0000 Subject: [PATCH] Add layouts/custom/SALARIES_layout.json --- layouts/custom/SALARIES_layout.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 layouts/custom/SALARIES_layout.json diff --git a/layouts/custom/SALARIES_layout.json b/layouts/custom/SALARIES_layout.json new file mode 100644 index 0000000..d6ab21e --- /dev/null +++ b/layouts/custom/SALARIES_layout.json @@ -0,0 +1,10 @@ +{ + "name" : "SALARIES_layout", + "items" : [ { + "requiresFile" : false, + "itemType" : "RESOURCES_RESET" + }, { + "requiresFile" : true, + "itemType" : "RESOURCES" + } ] +} \ No newline at end of file