diff options
author | Bartosz Dziewoński <matma.rex@gmail.com> | 2023-05-19 18:17:55 +0300 |
---|---|---|
committer | Bartosz Dziewoński <matma.rex@gmail.com> | 2023-05-20 16:10:49 +0300 |
commit | f0b5d1623ca3a43221a8cf37810c19181702a1c8 (patch) | |
tree | b17b5c2448e5d00f5667c1f01c4c076ed53148d2 /includes/api/ApiQuery.php | |
parent | ede4800fe2af19ec4b2c2979168f75394930830c (diff) | |
download | mediawikicore-f0b5d1623ca3a43221a8cf37810c19181702a1c8.tar.gz mediawikicore-f0b5d1623ca3a43221a8cf37810c19181702a1c8.zip |
Add 'preloadcontent' and 'editintro' in API prop=info
Deprecate 'preload', which only supported one way of generating
preloaded content, and was confused about empty string and null.
Bug: T45683
Change-Id: Ie9f123920b69e41a186bc1c1c5db1bc0a6092a75
Diffstat (limited to 'includes/api/ApiQuery.php')
-rw-r--r-- | includes/api/ApiQuery.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/api/ApiQuery.php b/includes/api/ApiQuery.php index 8aa1414fa61d..de98f4d83887 100644 --- a/includes/api/ApiQuery.php +++ b/includes/api/ApiQuery.php @@ -117,6 +117,9 @@ class ApiQuery extends ApiBase { 'RestrictionStore', 'LinksMigration', 'TempUserCreator', + 'IntroMessageBuilder', + 'PreloadedContentBuilder', + 'RevisionLookup', ], ], 'links' => [ |