mirror of
https://github.com/linkwarden/linkwarden.git
synced 2026-03-03 03:47:02 +00:00
remove unnecessary plugin
This commit is contained in:
@@ -69,8 +69,7 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"./plugins/with-daynight-transparent-nav",
|
||||
"./plugins/file-sharing"
|
||||
"./plugins/with-daynight-transparent-nav"
|
||||
],
|
||||
"experiments": {
|
||||
"typedRoutes": true
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
module.exports = function withFileSharing(config) {
|
||||
config.ios = config.ios || {};
|
||||
config.ios.infoPlist = config.ios.infoPlist || {};
|
||||
config.ios.infoPlist.UIFileSharingEnabled = true;
|
||||
config.ios.infoPlist.LSSupportsOpeningDocumentsInPlace = true;
|
||||
return config;
|
||||
};
|
||||
Reference in New Issue
Block a user