Managed to figure out how to use javascript on the plugin page by utilizing data-controller as found in other repos. Unsure how this is used, but appears to be how you can attach a js file to a div. Also implemented a basic state api to build off of in future.
This commit is contained in:
@@ -22,8 +22,8 @@
|
||||
<ItemGroup>
|
||||
<None Remove="Configuration\settings.html" />
|
||||
<EmbeddedResource Include="Configuration\settings.html" />
|
||||
<None Remove="Pages\home.html" />
|
||||
<EmbeddedResource Include="Pages\home.html" />
|
||||
<None Remove="Pages\*" />
|
||||
<EmbeddedResource Include="Pages\*" />
|
||||
</ItemGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
|
||||
Reference in New Issue
Block a user