Skip to content

Commit

Permalink
Deleted collections labs flag
Browse files Browse the repository at this point in the history
ref https://linear.app/ghost/issue/ENG-1805/remove-collections-code

- I'm working on deleting the collections code, and there is a LOT
- to break it down, I've already removed the Admin code so there's no
  frontend to play around with
- now, this commit removes the flag and deletes the associated tests so
  we can be sure the functionality is actually disabled
- after this, I can start deleting the backend code
  • Loading branch information
daniellockyer committed Dec 5, 2024
1 parent 428eebe commit cd99b2c
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 1,674 deletions.
1 change: 0 additions & 1 deletion ghost/core/core/shared/labs.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ const messages = {
// flags in this list always return `true`, allows quick global enable prior to full flag removal
const GA_FEATURES = [
'audienceFeedback',
'collections',
'i18n',
'themeErrorsNotification',
'outboundLinkTagging',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ Object {
"adminXDemo": true,
"announcementBar": true,
"audienceFeedback": true,
"collections": true,
"collectionsCard": true,
"commentImprovements": true,
"contentVisibility": true,
Expand Down
Loading

0 comments on commit cd99b2c

Please sign in to comment.