plugin.admin-api-on-write-file
Background
This server plugin will be invoked when the content of a file is updated via the admin api. Admin api expects this plugin to return true or false after scanning the content of the file. Admin api will only update the content if the plugin returned true. Otherwise the changes won’t be added to the file.