--- title: Filter for Dashboards --- If you still have Dashboard Filter configs listed below in your Editor Config under `app.filters.*`, you should migrate that filters as soon as possible. ## Migrate `articleList` | `pageList` | `dataRecordList` ### Old - `app.filters.articleList` -> Filter for Article Dashboard - `app.filters.pageList` -> Filter for Pages Dashboard - `app.filters.dataRecordList` -> Filter for Data Record Dashboard ### New - Switch to [Table Dashboards](/reference/project-config/editor-settings/llms.txt#example-table-dashboard): - Remove `{liItem: 'articles'}`, `{liItem: 'pages'}`, `{liItem: 'data-record'}` in `editorSettings.mainNavigation` - Set up your [Table Dashboards](/reference/project-config/editor-settings/llms.txt#example-table-dashboard) - Move the Dashboard Filters to your Table Dashboard Config ## Migrate `inlineArticleList` Migrate from Editor Config `app.filters.inlineArticleList` to Project Config [inlineLinks](/reference/project-config/editor-settings/llms.txt#inline-links) ## Migrate `documentListList` Migrate from Editor Config `app.filters.documentListList` to Project Config [documentLists](/reference/project-config/editor-settings/llms.txt#document-lists)