I want know how to remove the link in backend.remove link I can add link and show it on frontend But i can't remove link. I press remove button, and link don't remove. My NodeTypes.yaml code
link:
type: string
ui:
label: 'Link'
inspector:
editor: 'TYPO3.Neos/Inspector/Editors/LinkEditor'
How can I to fix it?