mirror of
https://github.com/maputnik/editor.git
synced 2025-12-28 09:00:02 +00:00
Remove JS input config
This commit is contained in:
@@ -14,8 +14,6 @@ import capitalize from 'lodash.capitalize'
|
||||
|
||||
const iconProperties = ['background-pattern', 'fill-pattern', 'line-pattern', 'fill-extrusion-pattern', 'icon-image']
|
||||
|
||||
import input from '../../config/input.js'
|
||||
|
||||
function labelFromFieldName(fieldName) {
|
||||
let label = fieldName.split('-').slice(1).join(' ')
|
||||
if(label.length > 0) {
|
||||
|
||||
Reference in New Issue
Block a user