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

Vuejs component: Multiple file selector #523

Closed
wants to merge 90 commits into from
Closed

Vuejs component: Multiple file selector #523

wants to merge 90 commits into from

Conversation

daothanh
Copy link

Here to include component to your view:

  1. Import MultipleFileSelector from '../../../../Media/Assets/js/mixins/MultipleFileSelector';
  2. Add MultipleFileSelector into your mixins array
  3. Add component in your view (replace Post and post by your entity):
    <multiple-media ref="multiple-media" zone="gallery" @fileUnselected="unselectFile($event, 'post')" @multipleFileSelected="selectMultipleFile($event, 'post')" entity="Modules\Post\Entities\Post" :entity-id="$route.params.post" :label="trans('posts.form.gallery')"></multiple-media>

Fisiu and others added 30 commits April 19, 2018 22:25
Signed-off-by: Mariusz Fik <mariusz@fidano.pl>
Create auth.php for ES languague.
Create for ES language.
Create for ES language.
Signed-off-by: Mariusz Fik <mariusz@fidano.pl>
@daothanh
Copy link
Author

I think it's a useful component. Please do merging it soon.

@motchju
Copy link
Contributor

motchju commented Aug 24, 2018

will be so nice to have it validated

@nWidart
Copy link
Member

nWidart commented Aug 24, 2018

actually this doesn't look like it can be merged. There are a lof of changes unrelated to the feature.

@nWidart
Copy link
Member

nWidart commented Aug 24, 2018

@daothanh Is it possible to make a PR with just the feature?

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.

10 participants