File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1125,10 +1125,10 @@ const authProvider = {
11251125 // 'products.description' is missing
11261126 { action: ' write' , resource: ' products.thumbnail' },
11271127 // 'products.image' is missing
1128- // note that the panel with the name 'description' will be displayed
1129- { action: ' write' , resource: ' products.panel .description' },
1130- // note that the panel with the name 'images' will be displayed
1131- { action: ' write' , resource: ' products.panel .images' },
1128+ // note that the section with the name 'description' will be displayed
1129+ { action: ' write' , resource: ' products.section .description' },
1130+ // note that the section with the name 'images' will be displayed
1131+ { action: ' write' , resource: ' products.section .images' },
11321132 // 'products.panel.stock' is missing
11331133 ]),
11341134};
You can’t perform that action at this time.
0 commit comments