ywana-core8 0.0.529 → 0.0.530

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ywana-core8",
3
- "version": "0.0.529",
3
+ "version": "0.0.530",
4
4
  "description": "ywana-core8",
5
5
  "homepage": "https://ywana.github.io/workspace",
6
6
  "author": "Ernesto Roldan Garcia",
@@ -181,6 +181,8 @@ export const FieldEditor = ({ field, onChange, content, outlined = false }) => {
181
181
  return null
182
182
  } else {
183
183
  switch (type) {
184
+ case TYPES.IMAGE:
185
+ return <div className='photo'><img url={value} /></div>
184
186
  case TYPES.ENTITY:
185
187
  return <EntityEditor field={field} value={value1} onChange={change} />
186
188
  case TYPES.STRING: