You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
- Version of `Meteor` you're experiencing this issue
5
5
- Where this issue appears? OS (Mac/Win/Linux)? Browser name and its version?
6
6
- Is it *Client* or *Server* issue?
7
-
- Post *Client* and/or *Server* logs with enabled `debug` option, you can enable "debug" mode in [*Constructor*](https://github.com/VeliovGroup/Meteor-Files/wiki/Constructor)
7
+
- Post *Client* and/or *Server* logs with enabled `debug` option, you can enable "debug" mode in [*Constructor*](https://github.com/veliovgroup/Meteor-Files/wiki/Constructor)
8
8
9
9
### I had an issue and I've solved it on my own:
10
10
- Provide a description of steps that you've followed to solve the problem.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,22 @@
1
1
### I'm having an issue:
2
-
1. Search [issues](https://github.com/VeliovGroup/meteor-autoform-file/issues), maybe your issue is already solved
2
+
1. Search [issues](https://github.com/veliovgroup/meteor-autoform-file/issues), maybe your issue is already solved
3
3
2. Before submitting an issue make sure it's only related to `Meteor-Files` package
4
4
3. If your issue is not solved:
5
5
- Give an expressive description of what is went wrong
6
6
- Version of `ostrio:autoform-files` and `ostrio:files` you're experiencing this issue
7
7
- Version of `Meteor` you're experiencing this issue
8
8
- Is it *Client* or *Server* issue?
9
-
- Post *Client* and/or *Server* logs with enabled `debug` option, you can enable "debug" mode in [*Constructor*](https://github.com/VeliovGroup/Meteor-Files/wiki/Constructor)
9
+
- Post *Client* and/or *Server* logs with enabled `debug` option, you can enable "debug" mode in [*Constructor*](https://github.com/veliovgroup/Meteor-Files/wiki/Constructor)
10
10
11
11
### I have a suggestion:
12
-
1. PRs are always welcome - [send a PR](https://github.com/VeliovGroup/meteor-autoform-file/compare)
12
+
1. PRs are always welcome - [send a PR](https://github.com/veliovgroup/meteor-autoform-file/compare)
13
13
2. If you're can not send a PR for some reason:
14
14
- Create a new issue ticket
15
15
- Describe your feature / request
16
16
- How you going to use it? Give a usage example(s)
17
17
18
18
### Documentation is missing something or incorrect (have typos, etc.):
19
-
1. PRs are always welcome - [send a PR](https://github.com/VeliovGroup/meteor-autoform-file/compare)
19
+
1. PRs are always welcome - [send a PR](https://github.com/veliovgroup/meteor-autoform-file/compare)
20
20
2. If you're can not send a PR to docs for some reason:
21
21
- Create a new issue ticket
22
22
- Give an expressive description what you have changed/added and why
Upload and manage files with autoForm via [`ostrio:files`](https://github.com/VeliovGroup/Meteor-Files). This package was ported from `yogiben:autoform-file` to use with [`ostrio:files`](https://github.com/VeliovGroup/Meteor-Files) instead of the already deprecated CollectionFS.
22
+
Upload and manage files with autoForm via [`ostrio:files`](https://github.com/veliovgroup/Meteor-Files). This package was ported from `yogiben:autoform-file` to use with [`ostrio:files`](https://github.com/veliovgroup/Meteor-Files) instead of the already deprecated CollectionFS.
@@ -148,7 +148,7 @@ Generate the form with `{{> quickform}}` or `{{#autoform}}` e.g.:
148
148
{{/if}}
149
149
```
150
150
151
-
Autoform should be wrapped in `{{#if Template.subscriptionsReady }}` which makes sure that template level subscription is ready. Without it the picture preview won't be shown. You can see update mode example [here](https://github.com/VeliovGroup/meteor-autoform-file/issues/9).
151
+
Autoform should be wrapped in `{{#if Template.subscriptionsReady }}` which makes sure that template level subscription is ready. Without it the picture preview won't be shown. You can see update mode example [here](https://github.com/veliovgroup/meteor-autoform-file/issues/9).
152
152
153
153
## Accept configuration
154
154
@@ -242,7 +242,7 @@ Your custom file upload template data context will be:
242
242
-*progress*
243
243
-*status*
244
244
-*config* an object containing several configs to upload behavior, such as `accept`
245
-
- Other fields from [`FileUpload` instance](https://github.com/VeliovGroup/Meteor-Files/wiki/Insert-(Upload)#fileupload-methods-and-properties)
245
+
- Other fields from [`FileUpload` instance](https://github.com/veliovgroup/Meteor-Files/wiki/Insert-(Upload)#fileupload-methods-and-properties)
0 commit comments