Open kenan-kajkus opened 3 years ago
Do you mean how to install it? To install it just add the NuGet package to your project, the plugin will automatically get picked up, see plugin installation in the main Cofoundry docs.
There is no additional configuration for this plugin.
I mean if I am going to modify this plugin how can I rebuild it. I am trying to build a Plugin based on this one.
I assume you're referring to the JavaScript build? Sorry there's no documentation for the admin build yet as it's not currently in a state that I can activitly support, however I would point you to the gulp script here:
src\Cofoundry.Plugins.Vimeo.Admin\Plugins\Admin\Build
There's two main gulp tasks for watch
and build
.
Hi thank you very much. I was able to create my own plugin and build it. Once I have accomplished it, it is very easy. Maybe I can help with the documentation since I have cracked it.
Good to hear! Anything you can add to this issue would help others trying to do the same thing and would be much appreciated.
In terms of official docs, I hope to rebuild the admin panel in a more up-to-date stack in the not too distant future, so I'm not too keen to kick-start a quite extensive documentation job, only to have to re-write it further down the line.
Do you have any breaking changes in mind?
We won't be using a different js framework for sure, so yes, but generally we'll try and keep the component structure similar, particularly all the forms and inputs etc.
There is no dokumentation on how to build this on your own.