@choiceopen/atomemo-plugin-schema 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -141,7 +141,7 @@ Each property type can be configured with different UI components:
141
141
  - `number-input`, `slider`
142
142
 
143
143
  **Boolean type components:**
144
- - `switch`, `checkbox`
144
+ - `switch`
145
145
 
146
146
  **Array type components:**
147
147
  - `multi-select`, `tag-input`, `key-value-editor`, `slider`, `array-section`
package/README.zh-CN.md CHANGED
@@ -141,7 +141,7 @@ if (!result.success) {
141
141
  - `number-input`、`slider`
142
142
 
143
143
  **布尔类型可用组件:**
144
- - `switch`、`checkbox`
144
+ - `switch`
145
145
 
146
146
  **数组类型可用组件:**
147
147
  - `multi-select`、`tag-input`、`key-value-editor`、`slider`、`array-section`