Results 102 comments of 林熠

问得话大概率就是没时间计划,但欢迎PR

这个属性不在物料描述协议中,可以认为是当前组件面板使用的扩展协议的部分,是否会加到物料协议中还需要再考虑下

数据源面板不负责运行时,是生产内容进入schema,然后运行时有renderer处理,可以看一下renderer-core的代码 https://github.com/alibaba/lowcode-engine/tree/main/packages/renderer-core

yes, this 'disableDefaultSettingPanel' will disable the default settingPanel, however for now default settingPanel is not a plugin yet. if you want to implement your own setting panel, try these: 1....

looks like you can not use settingsPane from @alilc/lowcode-editor-skeleton directly, since there are some apis can not be used outside of engine, which is why this settingsPane is not a...

组件相关的问题未必会得到及时解答,敬请谅解

got it, I will handle that lately, maybe in 2-4 week, is that OK?

I`ll provide a demo of how to do i18n in plugins using standard api tomorrow

actually about plugin`s i18n demo, you can check this out https://github.com/alibaba/lowcode-plugins/blob/d98b9efdcef5ff9f1b9f233ee1fff72c27ddc78d/packages/plugin-zh-en/src/index.tsx#L1 this show`s how we recommend to do i18n for plugin, and this depends on [email protected] ( right now 1.0.18-beta.4...

无法提供这种能力,物料不建议跟外部有耦合,会带来很多问题