Merge pull request #526 from mz8i/feature/500-age-source-update
Update Age source options without 'Other website'
This commit is contained in:
commit
ad69ef798e
@ -48,14 +48,18 @@ const AgeView: React.FunctionComponent<CategoryViewProps> = (props) => {
|
|||||||
tooltip={dataFields.date_source.tooltip}
|
tooltip={dataFields.date_source.tooltip}
|
||||||
placeholder=""
|
placeholder=""
|
||||||
options={[
|
options={[
|
||||||
|
"Expert knowledge of building",
|
||||||
|
"Expert estimate from image",
|
||||||
"Survey of London",
|
"Survey of London",
|
||||||
"Pevsner Guides",
|
"Pevsner Guides",
|
||||||
|
"Victoria County History",
|
||||||
"Local history publication",
|
"Local history publication",
|
||||||
|
"Other publication",
|
||||||
"National Heritage List for England",
|
"National Heritage List for England",
|
||||||
|
"Other database or gazetteer",
|
||||||
"Historical map",
|
"Historical map",
|
||||||
"Archive research",
|
"Other archive document",
|
||||||
"Expert knowledge of building",
|
"Film/Video",
|
||||||
"Other book",
|
|
||||||
"Other website",
|
"Other website",
|
||||||
"Other"
|
"Other"
|
||||||
]}
|
]}
|
||||||
|
Loading…
Reference in New Issue
Block a user