0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-25 02:31:59 -05:00

Removed flatUrls labs flag

refs 4372a7e1a8

- We ended up developing a proper customizable routing on the `arch` branch. This flag is obsolete.
This commit is contained in:
Naz 2023-08-01 15:01:55 +08:00 committed by naz
parent 7464dbc1af
commit 346eeef2e3
3 changed files with 0 additions and 16 deletions
ghost
admin/app
services
templates/settings
core/core/shared

View file

@ -73,7 +73,6 @@ export default class FeatureService extends Service {
@feature('signupForm') signupForm;
@feature('collections') collections;
@feature('adminXSettings') adminXSettings;
@feature('flatUrls') flatUrls;
@feature('mailEvents') mailEvents;
@feature('collectionsCard') collectionsCard;
@feature('headerUpgrade') headerUpgrade;

View file

@ -311,20 +311,6 @@
</div>
</div>
<div class="gh-expandable-block">
<div class="gh-expandable-header">
<div>
<h4 class="gh-expandable-title">Flat URLs</h4>
<p class="gh-expandable-description">
Enables generating flat Post and Page URLs in `{slug}-{id}` format
</p>
</div>
<div class="for-switch">
<GhFeatureFlag @flag="flatUrls" />
</div>
</div>
</div>
<div class="gh-expandable-block">
<div class="gh-expandable-header">
<div>

View file

@ -38,7 +38,6 @@ const ALPHA_FEATURES = [
'emailCustomization',
'collections',
'adminXSettings',
'flatUrls',
'mailEvents',
'collectionsCard',
'headerUpgrade',