diff options
author | Unknwon <u@gogs.io> | 2015-08-27 00:30:06 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-08-27 00:30:06 +0800 |
commit | 4217c2333cf9ac29af611df9826cc4b5198241fe (patch) | |
tree | d388e0ede4707c902a499937a31b67faa4c784c6 /config.codekit | |
parent | 28814564212b7c64136cc3eda3774af56983557e (diff) | |
download | gitea-4217c2333cf9ac29af611df9826cc4b5198241fe.tar.gz gitea-4217c2333cf9ac29af611df9826cc4b5198241fe.zip |
new create webhook UI
Diffstat (limited to 'config.codekit')
-rw-r--r-- | config.codekit | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config.codekit b/config.codekit index 34b4f2ad29..b425de2658 100644 --- a/config.codekit +++ b/config.codekit @@ -235,6 +235,17 @@ "outputPathIsSetByUser": 0, "processed": 1 }, + "\/public\/img\/slack.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 1633, + "inputAbbreviatedPath": "\/public\/img\/slack.png", + "outputAbbreviatedPath": "\/public\/img\/slack.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, "\/public\/less\/_admin.less": { "allowInsecureImports": 0, "createSourceMap": 0, |