File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 22
22
image : node:20
23
23
when :
24
24
- event : push
25
- volumes :
26
- - /var/run/docker.sock:/var/run/docker.sock
27
25
commands :
26
+ - apt update && apt install -y rsync
28
27
- export $(cat /woodpecker/deploy.vault.env | xargs)
29
28
- npm clean-install
30
29
- /bin/bash ./.woodpecker/buildRelease.sh
Original file line number Diff line number Diff line change @@ -115,7 +115,13 @@ export default class ForeignInlineListPlugin extends AdminForthPlugin {
115
115
name : `foreignInlineList_${ this . foreignResource . resourceId } ` ,
116
116
label : 'Foreign Inline List' ,
117
117
virtual : true ,
118
- showIn : [ AdminForthResourcePages . show ] ,
118
+ showIn : {
119
+ show : true ,
120
+ list : false ,
121
+ edit : false ,
122
+ create : false ,
123
+ filter : false ,
124
+ } ,
119
125
components : {
120
126
showRow : {
121
127
file : this . componentPath ( 'InlineList.vue' ) ,
Original file line number Diff line number Diff line change 6
6
"types" : " dist/index.d.ts" ,
7
7
"type" : " module" ,
8
8
"scripts" : {
9
- "build" : " tsc" ,
10
- "rollout" : " tsc && rsync -av --exclude 'node_modules' custom dist/ && npm version patch && npm publish --access public" ,
9
+ "build" : " tsc && rsync -av --exclude 'node_modules' custom dist/" ,
11
10
"prepare" : " npm link adminforth"
12
11
},
13
12
"repository" : {
You can’t perform that action at this time.
0 commit comments