@@ -249,7 +249,7 @@ admin/i18n/en.json
249249Additionally, user can provide the path to ` i18n ` files, ` i18n ` : ` customI18n ` and provide files in admin:
250250
251251``` json5
252- i18n: " customI18n" ,
252+ " i18n" : " customI18n" ,
253253```
254254
255255``` text
@@ -444,9 +444,9 @@ Select function from `enum.func` (With color and icon) - (only Admin6)
444444
445445#### Example for `select options`
446446
447- ```json
447+ ```json5
448448[
449- {" label" : {" en" : " option 1 " }, " value" : 1}, ...
449+ {" label" : {" en" : " option 1 " }, " value" : 1}, // ...
450450]
451451```
452452or
@@ -1393,7 +1393,7 @@ Component must look like
13931393 schema= {schema}
13941394 customInstancesEditor= {CustomInstancesEditor}
13951395 data= {common .native }
1396- onError= {(error , attribute ) => error can be true / false or text . Attribute is optional}
1396+ onError= {(error , attribute ) => { /* error can be true/false or text. Attribute is optional */ } }
13971397 onChanged= {(newData , isChanged ) => console .log (' Changed ' + isChanged)}
13981398/ >
13991399```
@@ -1504,7 +1504,7 @@ The following variables are available in JS function in custom settings:
15041504 theme= {this .props .theme }
15051505 name= " accessAllowedConfigs"
15061506 onChange= {(newData , isChanged ) => {}}
1507- onError= {error => error can be true / false or text}
1507+ onError= {error => /* error can be true/false or text */ {} }
15081508/ >
15091509```
15101510
@@ -1599,6 +1599,9 @@ The schema is used here: https://github.com/SchemaStore/schemastore/blob/6da29cd
15991599 ### **WORK IN PROGRESS**
16001600-->
16011601## Changelog
1602+ ### ** WORK IN PROGRESS**
1603+ - (@GermanBluefox ) Added width to many table elements
1604+
16021605### 8.0.5 (2025-10-25)
16031606- (@GermanBluefox ) Do not translate certificates names
16041607- (@GermanBluefox ) Update packages
0 commit comments