-
Notifications
You must be signed in to change notification settings - Fork 2
Feat/extensions #272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: next
Are you sure you want to change the base?
Feat/extensions #272
Conversation
…b-Front into feat/extensions
app/stores/app.js
Outdated
| return loadedExtensions.value.get(path) | ||
| } | ||
|
|
||
| async function loadExtension(path, codeTransformer = null) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Est-ce que le transformer doit être donné par l'extension ou fourni par OGW?
app/stores/app.js
Outdated
| } | ||
|
|
||
| if (typeof extensionModule.install === 'function') { | ||
| await extensionModule.install(extensionAPI.value, path) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tu as besoin de path lors du install ? Ça 'r me semble pas approprié
app/stores/app.js
Outdated
| } | ||
|
|
||
| if (typeof extensionModule.install === 'function') { | ||
| await extensionModule.install(extensionAPI.value, extensionId) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| await extensionModule.install(extensionAPI.value, extensionId) | |
| await extensionModule.install(extensionAPI.value) |
as-t-on besoin de l'id ici? au final, on va dans l'extension, elle connait son id. Pas besoin de devoir la passer en paramètre à install non ?
…b-Front into feat/extensions
…OpenGeodeWeb-Front into feat/extensions
…nd placeholder based on focus state
…OpenGeodeWeb-Front into feat/extensions
No description provided.