{"id":15013459,"url":"https://github.com/rikonor/meteor-autoform-image-gallery","last_synced_at":"2025-04-12T04:44:55.586Z","repository":{"id":42496406,"uuid":"47786858","full_name":"rikonor/meteor-autoform-image-gallery","owner":"rikonor","description":"Select images in autoform","archived":false,"fork":false,"pushed_at":"2015-12-23T03:48:36.000Z","size":384,"stargazers_count":8,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-12T04:44:45.088Z","etag":null,"topics":["autoform","gallery","meteor","meteorjs"],"latest_commit_sha":null,"homepage":"https://atmospherejs.com/rikonor/autoform-image-gallery","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rikonor.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-12-10T20:54:26.000Z","updated_at":"2018-04-14T22:30:41.000Z","dependencies_parsed_at":"2022-09-14T13:00:51.391Z","dependency_job_id":null,"html_url":"https://github.com/rikonor/meteor-autoform-image-gallery","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rikonor%2Fmeteor-autoform-image-gallery","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rikonor%2Fmeteor-autoform-image-gallery/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rikonor%2Fmeteor-autoform-image-gallery/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rikonor%2Fmeteor-autoform-image-gallery/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rikonor","download_url":"https://codeload.github.com/rikonor/meteor-autoform-image-gallery/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248519473,"owners_count":21117757,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["autoform","gallery","meteor","meteorjs"],"created_at":"2024-09-24T19:44:18.711Z","updated_at":"2025-04-12T04:44:55.557Z","avatar_url":"https://github.com/rikonor.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# autoForm Image Gallery\n---\n\n![Autoform Gallery Image][GalleryImage]\n\n#### Motivation\nThe motivation behind this package is that while plugins such as [autoform-file][autoform-file] allow you to upload files, there are no [autoform][autoform] plugins that provide a convenient user interface for selecting those images later on.\n\n#### Usage\nLet's say we want to add an image select field to our Article form.\nNote: `imageFiles` should be a list of objects containing an `_id` and `url`.\n```\nSchemas.Articles = new SimpleSchema({\n...\nimage: {\n    type: String,\n    autoform: {\n      type: 'imageGallery',\n      options: function() {\n        return imageFiles;\n      }\n    }\n  },\n...\n}\n```\n\n[GalleryImage]: docs/gallery.png \"AutoForm Gallery Image\"\n[autoform]: https://github.com/aldeed/meteor-autoform\n[autoform-file]: https://github.com/yogiben/meteor-autoform-file\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frikonor%2Fmeteor-autoform-image-gallery","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frikonor%2Fmeteor-autoform-image-gallery","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frikonor%2Fmeteor-autoform-image-gallery/lists"}