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

Unterstützung für dma_simple_grid #18

Open
BugBuster1701 opened this issue Jun 20, 2016 · 1 comment
Open

Unterstützung für dma_simple_grid #18

BugBuster1701 opened this issue Jun 20, 2016 · 1 comment

Comments

@BugBuster1701
Copy link
Collaborator

https://github.com/DMAGmbH/dma_simple_grid
siehe config.php

@BugBuster1701 BugBuster1701 changed the title Unterstütung für dma_simple_grid Unterstützung für dma_simple_grid Jun 20, 2016
@JanoschSkuplik
Copy link

Teste mal:

$GLOBALS['DMA_SIMPLEGRID_CONFIG']['contao_grid_16'] = array
(
    'name' => 'Contao Grid',
    'config' => array
    (
        'hasRows' => false,
        'hasColumns' => true,
        'hasColumnOffset' => true,
        'hasColumnOffsetRight' => false,
        'hasColumnPush' => false,
        'hasColumnPull' => false,
        'hasRowClasses' => false,
        'hasColumnClasses' => false,
        'columns-sizes' => array('1','2','3','4','5','6','7','8','9','10','11','12','13','14','15','16'),
        'columns-config' => array
        (
            '*' => array
            (
                'name' => 'grid',
                'column-class' => 'grid%d',
                'offset-class' => 'offset%d'
            )
        )
    )
);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants