Add Rebuild Entries job

This commit is contained in:
2026-07-02 18:06:32 +02:00
parent afd0f434db
commit 86f97c3103
12 changed files with 200 additions and 12 deletions

View File

@@ -0,0 +1,9 @@
{
"template": "tools_rebuild",
"description": "Add RHPZ Entry count job on rebuild caches page",
"execution_order": 10,
"enabled": true,
"action": "str_replace",
"find": "<!--[XF:after_message_count]-->",
"replace": "$0\n<xf:macro id=\"rebuild_job\"\n\targ-header=\"{{ phrase('rebuild_entries_count') }}\"\n\targ-job=\"RomhackPlaza\\Master:EntriesCount\" />"
}