laravel-admin-extensions / config

Config manager for laravel-admin
http://laravel-admin.org/
MIT License
96 stars 56 forks source link

empty string allowed for value column #29

Closed okumurakengo closed 4 years ago

okumurakengo commented 5 years ago

An empty string cannot be set in the Value column. So it is useful to include a setting that allows null characters!

// config/admin.php

    'extensions' => [
        'config' => [
            'valueEmptyStringAllowed' => true,
        ],
    ],
Screen Shot 2019-10-11 at 0 22 06

Thanks!

z-song commented 4 years ago

Thanks!