–––
The issue is i need a flexible way to manage tables with different values, rows, and columns.
In 2016 i choose this way. Now i am updating to kirby4, but i would like to avoid a manual data entry [the website has something like 120 articles].
<?php
/**
* The config file is optional. It accepts a return array with config options
* Note: Never include more than one return statement, all options go within this single return array
* In this example, we set debugging to true, so that errors are displayed onscreen.
* This setting must be set to false in production.
* All config options: https://getkirby.com/docs/reference/system/options
*/
return [
'debug' => true,
'panel.install' => true,
'markdown' => [
'extra' => true
]
];
is a simple file because i am starting now using K4, this is a starterkit.