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

issue with file type in THEME blueprint #838

Closed
dimitrilongo opened this issue May 17, 2016 · 2 comments
Closed

issue with file type in THEME blueprint #838

dimitrilongo opened this issue May 17, 2016 · 2 comments
Assignees
Labels

Comments

@dimitrilongo
Copy link

Hello,

Can't success with file type in THEME blueprints, works with Plugin Blueprint
see that Gitter thread https://gitter.im/getgrav/grav?at=573b23a91794136a7d096f5c
Tested with master and develop branch

 type: tab
          title: THEME_LOGO
          fields:
            picture_src:
                type: file
                label: Picture file
                multiple: false
                destination: 'user/themes/my-theme/images'
                accept:
                    - image/*
@rhukster
Copy link
Member

Ok, i'm looking at this and it's pretty broken in 1.1/develop branch of the admin. Doesn't work for me in plugin or theme currently. We will refactor it and fix it and then check the theme option.

@rhukster
Copy link
Member

Ok this has been sorted (mostly in admin plugin) for the next release. We have ensured it works fine in themes, and it also works with multiple: true/false. Delete is working as expected too (this was broken a bit also).

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

No branches or pull requests

2 participants