Device
Learn the specifics of developing a Device plugin.
Create the file structure
Set up a directory structure with the following files
manifest.toml
Fill this file with proper configuration according to the Device section within the Private Plugins page. Based on that, the manifest should look like:
view.xml
For the moment given, this file is not fully implemented for Device plugin, so it is not relevant at all for this plugin type, however it should contain dummy, albeit valid data so the plugin can be deployed. For this reason, you can use the following view.xml
file on your Device plugin development as dummy file:
LICENSE and README.md
Write the contents of the README.md and LICENSE files.
Compressing the files
Compress the files in zip format from the root of the file structure, not the parent folder.
Last updated