fix planning_nhle_link
This commit is contained in:
parent
3b016dfd43
commit
42d659e607
@ -147,6 +147,7 @@ const PlanningView: React.FunctionComponent<CategoryViewProps> = (props) => (
|
|||||||
mode={props.mode}
|
mode={props.mode}
|
||||||
copy={props.copy}
|
copy={props.copy}
|
||||||
onChange={props.onChange}
|
onChange={props.onChange}
|
||||||
|
tooltip={dataFields.planning_nhle_link.tooltip}
|
||||||
placeholder="https://..."
|
placeholder="https://..."
|
||||||
editableEntries={true}
|
editableEntries={true}
|
||||||
isUrl={true}
|
isUrl={true}
|
||||||
|
@ -467,8 +467,8 @@ export const dataFields = { /* eslint-disable @typescript-eslint/camelcase */
|
|||||||
planning_nhle_link: {
|
planning_nhle_link: {
|
||||||
category: Category.Planning,
|
category: Category.Planning,
|
||||||
title: "NHLE list entry link",
|
title: "NHLE list entry link",
|
||||||
example: "",
|
tooltip: "URL for National Heritage List for England entry",
|
||||||
//tooltip: ,
|
example: ["", "", ""],
|
||||||
},
|
},
|
||||||
planning_list_id: {
|
planning_list_id: {
|
||||||
category: Category.Planning,
|
category: Category.Planning,
|
||||||
|
Loading…
Reference in New Issue
Block a user