jhipster / jdl-studio

JDL Studio is an online JHipster Domain Language visual editor
https://start.jhipster.tech/jdl-studio/
Apache License 2.0
405 stars 114 forks source link

clientTheme application config is not recognized in jdl-studio #85

Closed jeff303 closed 4 years ago

jeff303 commented 4 years ago

I'm using the web UI version of jdl-studio here. I take the sample JDL and add an application at the beginning, like the following:

application {
  config {
    baseName ventcentral
    applicationType monolith
    clientTheme cerulean
  }
  entities *
}

this results in an error, because the clientTheme option is not recognized. However, this is a valid JDL config option as per the documentation here. And, in fact, this JDL can be imported successfully with the JHipster 6.8 import-jdl command.

deepu105 commented 4 years ago

Its due to the JDL version used here. We need to update

On Tue, 24 Mar 2020, 10:15 pm Jeff Evans, notifications@github.com wrote:

I'm using the web UI version of jdl-studio here https://start.jhipster.tech/jdl-studio/. I take the sample JDL and add an application at the beginning, like the following:

application { config { baseName ventcentral applicationType monolith clientTheme cerulean } entities * }

this results in an error, because the clientTheme option is not recognized. However, this is a valid JDL config option as per the documentation here https://www.jhipster.tech/jdl/applications. And, in fact, this JDL can be imported successfully with the JHipster 6.8 import-jdl command.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jhipster/jdl-studio/issues/85, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAIOKFZAOHBHW7NV6UWYFLTRJEPFJANCNFSM4LS7XWIA .

MathieuAA commented 4 years ago

@deepu105 I'll try to update this repo today