Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

default does not work #62

Closed
zonky2 opened this issue Nov 26, 2019 · 0 comments
Closed

default does not work #62

zonky2 opened this issue Nov 26, 2019 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@zonky2
Copy link
Contributor

zonky2 commented Nov 26, 2019

default does not work neither if you create a new CE nor add a new line

            'mcw_text' => array
                (
                'label'         => &$GLOBALS['TL_LANG'][$strTblName]['mcw_text'],
                'exclude'       => true,
                'inputType'   => 'text',
                 'default'       => 'moin',
                'eval'          => array
                    (
                        'style'   =>'width:150px',
                    )
                ),

...

            'mcw_select' => array
                (
                'label'         => &$GLOBALS['TL_LANG'][$strTblName]['mcw_select'],
                'exclude'       => true,
                'inputType'     => 'select',
                'options'       => array(0,1,2,3,4,5,6,7,8,9,10),
                'default'            => '2'
                'eval'          => array
                    (
                        'style'              => 'width:150px',
                        'includeBlankOption' => true,
                        'chosen'             => false,
                    ),
                ),

@zonky2 zonky2 added the bug Something isn't working label Nov 26, 2019
@zonky2 zonky2 added this to the 3.4.3 milestone Nov 26, 2019
@stefanheimes stefanheimes added ready for testing Ready for testing. Wait for response. and removed ready for testing Ready for testing. Wait for response. labels Dec 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants