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

New way to load images #16

Merged
merged 3 commits into from
Aug 24, 2014
Merged

Conversation

ojhaujjwal
Copy link
Member

Fixes #13

return [
    'htimg' => [
        'filters' => [
            'upload_filter' => [
                'type' => 'filter_type',
                'options' => [
                    // .....
                    'image_loader' => 'simple',
                    'loader_options' => [
                        'root_path' => 'data/images/uploads', // this is the new part
                    ]
                ]
            ]        
        ]
    ]
];

@ojhaujjwal ojhaujjwal changed the title Update Configuration API New way to load images Aug 24, 2014
ojhaujjwal added a commit that referenced this pull request Aug 24, 2014
@ojhaujjwal ojhaujjwal merged commit 28bb25b into master Aug 24, 2014
@ojhaujjwal ojhaujjwal deleted the feature/simple-image-loader-factory branch September 2, 2014 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Configuration API
1 participant