Skip to content

Commit 15dec33

Browse files
authored
Removed "debugMode" attribute from sample JSON
1 parent 15bbef1 commit 15dec33

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/declarative-customization/list-form-configuration.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Configure the list form
33
description: Configure list form with a custom header, footer and body with one or more sections.
4-
ms.date: 01/28/2021
4+
ms.date: 04/23/2021
55
localization_priority: Priority
66
---
77

@@ -50,7 +50,6 @@ To configure the form in a list or library:
5050

5151
```JSON
5252
{
53-
"debugMode": true,
5453
"elmType": "div",
5554
"attributes": {
5655
"class": "ms-borderColor-neutralTertiary"
@@ -129,7 +128,6 @@ To configure the form in a list or library:
129128

130129
```JSON
131130
{
132-
"debugMode": true,
133131
"elmType": "div",
134132
"style": {
135133
"width": "100%",

0 commit comments

Comments
 (0)