Theme plugin
Hello, i have created a new small theme (above Darcula), it works as expected with the preview button toggled, and it is selected and activated in the plugins, but it does not appear in the theme selector.
I'm not sure with the plugin.xml file, the id, vendor and extensions nodes are empty, and if i add a themeProvider node in extensions it is highlighted in red (not allowed). And in the jar file what is the final location of plugin.xml, at root or in META-INF ?
Please sign in to leave a comment.
Problem solved, when 'META-INF' is listed in 'File Types > Ignore files and folders' the 'New | Plugin DevKit | Theme' action don't find 'plugin.xml' and don't generate a 'themeProvider' node.
Now there is another problem, the path to *.theme.json in the 'themeProvider' node is highlighted (cannot resolve) and the jar file generated by deployment don't contains the json file, but that works with an artifact.
I have the exact same problem, however I don't know what "but that works with an artifact" is supposed to mean.
With a jar artifact the jar file was full, but since the 'prepare plugin for deployment' action works and i don't remember the reason, the plugin is created at the root of the project.