Add setting to show field summary

This commit is contained in:
1ilit
2023-09-19 15:49:16 +03:00
parent 3a335950b5
commit dafa8747a0
3 changed files with 85 additions and 68 deletions

View File

@@ -38,6 +38,7 @@ export default function Editor(props) {
});
const [settings, setSettings] = useState({
strictMode: false,
showFieldSummary: true,
});
const dragHandler = (e) => {