From 2fe6c427b3dc1e530a3a93cbe9fdc3d3e2affaca Mon Sep 17 00:00:00 2001 From: Yann D'Isanto Date: Sun, 12 Nov 2023 16:26:10 +0100 Subject: [PATCH] chore: plugin description and icon --- README.md | 2 +- src/main/resources/META-INF/plugin.xml | 22 +++------ src/main/resources/META-INF/pluginIcon.svg | 54 +++++++++++++++++----- 3 files changed, 49 insertions(+), 29 deletions(-) diff --git a/README.md b/README.md index 3f1de4b..6b64a2e 100644 --- a/README.md +++ b/README.md @@ -9,4 +9,4 @@ This is an unofficial IntelliJ plugin for [OpenFGA](https://openfga.dev/) suppor * DSL syntax support (associated with `.fga` and `.openfga` file extensions) * Authorization model dsl file template * Authorization model dsl live templates -* Generate json file from DSL (requires [openfga cli](https://github.com/openfga/cli) to be installed) +* Generate json file from DSL (requires [OpenFGA CLI](https://github.com/openfga/cli) to be installed) diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index 272874a..7d52c14 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -1,34 +1,24 @@ - com.github.le_yams.openfga4intellij - - OpenFga4Intellij + OpenFga - Yann D'Isanto - +   OpenFGA support plugin.
    -
  • OpenFGA DSL syntax coloration
  • -
  • dsl to json transformation
  • -
  • auto-completion
  • +
  • DSL syntax support (associated with .fga and .openfga file extensions)
  • +
  • Authorization model dsl file template
  • +
  • Authorization model dsl live templates
  • +
  • Generate json file from DSL (requires OpenFGA CLI to be installed)
]]>
- com.intellij.modules.platform - - - - - - - - - - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +