@@ -25,6 +25,60 @@ $event->setLink($object->getLink());
2525$event->setImage(new ImageData('image_src', 800, 600));
2626```
2727
28+ ## Grid Views
29+
30+ The following pages have been migrated to grid views.
31+ Plugins that have been hooked into these pages via event or template listeners must be adapted accordingly.
32+
33+ - ` calendar\acp\page\EventImportListPage `
34+ - ` filebase\acp\page\LicenseListPage `
35+ - ` wbb\acp\page\RssFeedListPage `
36+ - ` wcf\acp\page\ACPSessionLogListPage `
37+ - ` wcf\acp\page\ACPSessionLogPage `
38+ - ` wcf\acp\page\AdListPage `
39+ - ` wcf\acp\page\ArticleListPage `
40+ - ` wcf\acp\page\AttachmentListPage `
41+ - ` wcf\acp\page\BBCodeListPage `
42+ - ` wcf\acp\page\BBCodeMediaProviderListPage `
43+ - ` wcf\acp\page\BoxListPage `
44+ - ` wcf\acp\page\CaptchaQuestionListPage `
45+ - ` wcf\acp\page\CronjobListPage `
46+ - ` wcf\acp\page\CronjobLogListPage `
47+ - ` wcf\acp\page\EmailLogListPage `
48+ - ` wcf\acp\page\ExceptionLogViewPage `
49+ - ` wcf\acp\page\LabelGroupListPage `
50+ - ` wcf\acp\page\LabelListPage `
51+ - ` wcf\acp\page\LanguageItemListPage `
52+ - ` wcf\acp\page\LanguageListPage `
53+ - ` wcf\acp\page\MenuListPage `
54+ - ` wcf\acp\page\ModificationLogListPage `
55+ - ` wcf\acp\page\NoticeListPage `
56+ - ` wcf\acp\page\PackageListPage `
57+ - ` wcf\acp\page\PackageUpdateServerListPage `
58+ - ` wcf\acp\page\PageListPage `
59+ - ` wcf\acp\page\PaidSubscriptionListPage `
60+ - ` wcf\acp\page\PaidSubscriptionTransactionLogListPage `
61+ - ` wcf\acp\page\PaidSubscriptionUserListPage `
62+ - ` wcf\acp\page\ReactionTypeListPage `
63+ - ` wcf\acp\page\SmileyListPage `
64+ - ` wcf\acp\page\StyleListPage `
65+ - ` wcf\acp\page\TagListPage `
66+ - ` wcf\acp\page\TemplateGroupListPage `
67+ - ` wcf\acp\page\TemplateListPage `
68+ - ` wcf\acp\page\TrophyListPage `
69+ - ` wcf\acp\page\UserAuthenticationFailureListPage `
70+ - ` wcf\acp\page\UserGroupAssignmentListPage `
71+ - ` wcf\acp\page\UserGroupListPage `
72+ - ` wcf\acp\page\UserOptionListPage `
73+ - ` wcf\acp\page\UserRankListPage `
74+ - ` wcf\acp\page\UserTrophyListPage `
75+ - ` wcf\acp\page\SuspensionListPage `
76+ - ` wcf\acp\page\UserSuspensionListPage `
77+ - ` wcf\acp\page\UserWarningListPage `
78+ - ` wcf\acp\page\WarningListPage `
79+ - ` wcf\page\ConversationLabelListPage `
80+ - ` wcf\page\ModerationListPage `
81+
2882## List Views
2983
3084The following pages have been migrated to list views.
0 commit comments