@choiceopen/atomemo-plugin-schema 0.1.1 → 0.1.2

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
@@ -133,8 +133,8 @@ The property system is the core of defining plugin parameters and settings:
133
133
  Each property type can be configured with different UI components:
134
134
 
135
135
  **String type components:**
136
- - `input`, `textarea`, `expression-input`, `expression-textarea`
137
- - `code-editor`, `select`, `radio-group`
136
+ - `input`, `textarea`, `code-editor`
137
+ - `select`, `radio-group`
138
138
  - `emoji-picker`, `color-picker`, `credential-select`
139
139
 
140
140
  **Number type components:**
package/README.zh-CN.md CHANGED
@@ -133,8 +133,8 @@ if (!result.success) {
133
133
  每个属性类型可以配置不同的 UI 组件:
134
134
 
135
135
  **字符串类型可用组件:**
136
- - `input`、`textarea`、`expression-input`、`expression-textarea`
137
- - `code-editor`、`select`、`radio-group`
136
+ - `input`、`textarea`、`code-editor`
137
+ - `select`、`radio-group`
138
138
  - `emoji-picker`、`color-picker`、`credential-select`
139
139
 
140
140
  **数字类型可用组件:**