Ghost/ghost/admin/app/components/posts-list
Kevin Ansfield 5f5ad4d5dd
Added automatic conversion of old content when opening in beta editor (#17876)
no issue

Previously the beta editor only worked for newly created posts/pages, any older content would open with the original editor. This change enables automatic conversion of old content to the new content format when a post/page is opened in the admin interface allowing new features like signup and advanced header cards to be used on existing content.

- removed `convertToLexical` feature flag
  - where necessary switched to using just the `lexicalEditor` feature flag in its place
- moved the "L"/"M" indicators on the posts list to a new `lexicalIndicators` feature flag to make debugging/development easier
- added a redirect to the original editor route so that any route to opening the editor (such as the `/edit` front-end shortcut, or other areas of Admin) will open in the beta editor
  - avoids confusing/inconsistent behavior
2023-08-30 16:54:03 +01:00
..
modals Updated copy in post list "add tag" modal 2023-04-26 16:55:25 +02:00
content-filter.hbs Resolved power-select related deprecation warnings for loading components by string (#15466) 2022-09-24 17:00:05 +02:00
content-filter.js Moved posts list components 2022-09-08 09:42:07 +01:00
context-menu.hbs Implemented duplicate post functionality (#16767) 2023-05-15 09:30:32 +01:00
context-menu.js 🐛 Fixed custom routing with collections (#17561) 2023-08-01 19:54:41 +01:00
list-item-old.hbs Added post bulk edit api (#16576) 2023-04-07 11:48:14 +02:00
list-item-old.js Added post bulk edit api (#16576) 2023-04-07 11:48:14 +02:00
list-item.hbs Added automatic conversion of old content when opening in beta editor (#17876) 2023-08-30 16:54:03 +01:00
list-item.js Added automatic conversion of old content when opening in beta editor (#17876) 2023-08-30 16:54:03 +01:00
list.hbs Added bulk edit pages API and admin UI (#16633) 2023-04-14 12:16:15 +02:00
list.js Added post bulk edit api (#16576) 2023-04-07 11:48:14 +02:00