Merge branch 'develop' into wip/laravel-6

This commit is contained in:
Luke Towers 2020-03-20 16:48:36 -06:00
commit 12c952b978
2 changed files with 18 additions and 1 deletions

16
.github/workflows/commander.yml vendored Normal file
View File

@ -0,0 +1,16 @@
name: Commander
on:
issue_comment:
types: [created]
jobs:
runComment:
runs-on: ubuntu-18.04
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run comment
uses: nwtgck/actions-comment-run@v1.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
allowed-associations: '["OWNER", "MEMBER"]'

View File

@ -140,7 +140,8 @@ The partial for your rendered popup should follow this structure:
- data-handler="onLoadContent" - October ajax request name
- data-keyboard="false" - Allow popup to be closed with the keyboard
- data-extra-data="file_id: 1" - October ajax request data
- data-size="large" - Popup size, available sizes: giant, huge, large, small, tiny
- data-size="large" - Popup size, available sizes: giant, huge, large, small, tiny, adaptive (will scale to fit the window)
- data-adaptive-height="false" - Allow the popup to fill the height of the screen
### JavaScript API