Merge branch 'develop' into wip/laravel-6
This commit is contained in:
commit
12c952b978
|
|
@ -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"]'
|
||||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue