phpdraft icon indicating copy to clipboard operation
phpdraft copied to clipboard

Inline enums don't show when a default value is present

Open SMillerDev opened this issue 5 years ago • 0 comments

This will not show the inline enum.

        + scale   : `4` (enum[number], optional) - scale from 0 (worst) to 1 (best)
            + 0
            + 1

This will only show the inline enum default value as a normal field.

        + scale   : `4` (enum, optional) - scale from 0 (worst) to 1 (best)
            + 0
            + 1

SMillerDev avatar Jun 04 '20 14:06 SMillerDev