import React from 'react';
import withCopyEdit from '../data-container';
import DataEntry from '../data-components/data-entry';
/**
* Planning view/edit section
*/
const PlanningView = (props) => (
{
// "type": "text"
}
{
// "type": "checkbox"
}
{
// "type": "text"
}
{
// "type": "checkbox"
}
{
// "type": "text"
}
{
// "type": "text_list",
// "options": [
// "Listed Building"
// "Scheduled Monument"
// "World Heritage Site"
// "Building Preservation Notice"
// "None"
// ]
}
{
// "type": "text_list",
// "options": [
// "I"
// "II*"
// "II"
// "None"
// ]
}
{
// "type": "text"
}
{
// "type": "text"
}
{
// "type": "checkbox"
}
{
// "type": "text"
}
{
// "type": "checkbox"
}
{
// "type": "text"
}
{
// "type": "text"
}
{
// "type": "checkbox"
}
{
// "type": "text"
}
{
// "type": "checkbox"
}
{
// "type": "text"
}
{
// "type": "checkbox"
}
{
// "type": "checkbox"
}
{
// "type": "text"
}
)
const PlanningContainer = withCopyEdit(PlanningView);
export default PlanningContainer