pematon / adminer-plugins

Usefull plugins for Adminer database tool.
MIT License
33 stars 9 forks source link

AdminerJsonPreview: Support for different configuration for table and edit view #9

Open peterpp opened 3 years ago

peterpp commented 3 years ago

Something like this:

public function __construct($tableMaxLevel, $tableMaxTextLength, $editMaxLevel, $editMaxTextLength)
{
}

Max level with value -1 will disable JSON preview.