Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions guides/extensibility/feature-toggles.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Add a subfolder per feature to folder *fts* and put `.cds` files into it. The na

### Feature *fts/isbn*

Create a file *fiori/fts/isbn/schema.cds* with this content:
Create a file *fts/isbn/schema.cds* with this content:

```cds
using { CatalogService, sap.capire.bookshop.Books }
Expand All @@ -101,7 +101,7 @@ Note that all features will be deployed to each tenant database in order to allo

### Feature *fts/reviews*

Create a file *fiori/fts/reviews/schema.cds* with this content:
Create a file *fts/reviews/schema.cds* with this content:

```cds
using { CatalogService } from '../../app/browse/fiori-service';
Expand Down