We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 050643b commit a22b85aCopy full SHA for a22b85a
README.md
@@ -502,8 +502,7 @@ YAML config options are set to all tables. If you want override global options f
502
503
hello_bootstrap_table:
504
table_dataset_options:
505
- locale: 'de-DE'
506
- # ... (see options from Table Dataset Options)
+ locale: 'de-DE' # see Table Dataset Options
507
```
508
509
@@ -572,8 +571,7 @@ YAML config options are set to all tables. If you want override global options f
572
571
573
574
table_options:
575
- enableCheckbox: false
576
- # ... (see options Table Options)
+ enableCheckbox: false # see Table Options
577
578
579
0 commit comments