mirror of
https://github.com/maputnik/editor.git
synced 2026-07-18 11:57:27 +00:00
Added new fieldSpec.type 'resolvedImage'
This commit is contained in:
@@ -75,6 +75,7 @@ export default class SpecField extends React.Component {
|
|||||||
{...commonProps}
|
{...commonProps}
|
||||||
options={options}
|
options={options}
|
||||||
/>
|
/>
|
||||||
|
case 'resolvedImage':
|
||||||
case 'formatted':
|
case 'formatted':
|
||||||
case 'string':
|
case 'string':
|
||||||
if(iconProperties.indexOf(this.props.fieldName) >= 0) {
|
if(iconProperties.indexOf(this.props.fieldName) >= 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user