Update plugindata to include rootdir in content

This commit is contained in:
Brian Gates
2026-05-03 17:11:57 -04:00
committed by GitHub
parent 40eb92df32
commit 2c222ef704
+1 -1
View File
@@ -151,7 +151,7 @@ sub type {
sub plugindata { sub plugindata {
return { return {
content => [ { images => 1, none => 1 }, { images => 1 } ], content => [ { images => 1, rootdir => 1, none => 1 }, { images => 1, rootdir => 1 } ],
format => [ { raw => 1 }, "raw" ], format => [ { raw => 1 }, "raw" ],
}; };
} }