alaska-field-image
Version:
Alaska image field
31 lines (22 loc) • 526 B
Markdown
//alaska config
export default {
'alaska-field-image': {
allowed: ['png','jpg','bmp'],
multi: false,
//empty or ends with /
dir: 'path/to/',
//empty or ends with /
pathFormat: 'YYYY/MM/DD/',
//empty or ends with /
prefix: 'http://maichong.it/'
}
}
```
[ ](http://maichong.it)
[ ](https://github.com/liangxingchen)
This project is licensed under the terms of the MIT license
Alaska image field
```javascript