Windy Community
    • Unread
    • Categories
    • Groups
    • Go to windy.com
    • Register
    • Login
    1. Home
    2. ylenorment
    3. Best
    Y
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 4
    • Groups 0

    Posts

    Recent Best Controversial
    • Unpublished plugin

      I've been working on a plugin for my company. It was working fine, but suddently, the following message appeared when I was trying to load the plugin
      2d6a209d-a5d7-416a-a308-e361f0cb8a52-image.png

      I haven't changed anything either in the plugin or on the github project.

      Is there an issue in the config ?

      import type { ExternalPluginConfig } from '@windy/interfaces';
      
      const config: ExternalPluginConfig = {
          name: 'windy-plugin-mc-tracking-tool',
          version: '0.0.7',
          icon: '🛥',
          title: 'MC boats tracking tool',
          description: 'xxxxx',
          author: 'xxxxx',
          repository: 'https://github.com/xxxxx',
          desktopUI: 'embedded',
          mobileUI: 'fullscreen',
          routerPath: '/xxxxx',
          private: true,
              };
      
      export default config;
      
      posted in Windy Plugins
      Y
      ylenorment