import React from 'react' import { TextInput, Select, Checkbox, } from 'app/common' import { IMAGE_TILE_STYLES } from './tile.constants' export default function TileImageForm({ tile, errorFields, parent }) { return (
{tile.settings.url &&
}
{tile.settings.is_tiled &&