nuxt / icon

The <Icon> component, supporting Iconify, Emojis and custom components.
https://stackblitz.com/edit/nuxt-icon-playground?file=app.vue
MIT License
868 stars 37 forks source link

fix: schema for studio compatibillity #120

Closed larbish closed 7 months ago

larbish commented 7 months ago

Improve schema for Studio display in the config section.

ace-of-aces commented 7 months ago

Hey @larbish, I added the iconifyApiOptions a couple of weeks ago and tried to make it compatible with Nuxt Studio, but couldn't find related documentation or configuration reference for module authors in the Nuxt docs or the Nuxt Studio docs. Can you help me on this one?😅

larbish commented 7 months ago

Hey @ace-of-aces, I'm aware we lack of documentation about it. I'm currently working on it, I should update Nuxt Studio documentation this week with the corresponding section. I'll keep you posted 😃

larbish commented 7 months ago

@ace-of-aces I've updated the documentation about the schema generation for Studio, here it is: https://nuxt.studio/docs/developers/app-config#schema-generation. Don't hesitate if you have any question!