Avoid mixed spaces/tabs

This commit is contained in:
Christian Georgi
2021-09-20 15:55:14 +02:00
committed by Christian Georgi
parent c1911b6e96
commit 0220400484

View File

@@ -6,11 +6,11 @@ using CatalogService from '@capire/bookshop';
// //
annotate CatalogService.Books with @( annotate CatalogService.Books with @(
UI: { UI: {
HeaderInfo: { HeaderInfo: {
TypeName: 'Book', TypeName: 'Book',
TypeNamePlural: 'Books', TypeNamePlural: 'Books',
Description: {Value: author} Description: {Value: author}
}, },
HeaderFacets: [ HeaderFacets: [
{$Type: 'UI.ReferenceFacet', Label: '{i18n>Description}', Target: '@UI.FieldGroup#Descr'}, {$Type: 'UI.ReferenceFacet', Label: '{i18n>Description}', Target: '@UI.FieldGroup#Descr'},
], ],
@@ -38,7 +38,7 @@ annotate CatalogService.Books with @(
// //
annotate CatalogService.Books with @( annotate CatalogService.Books with @(
UI: { UI: {
SelectionFields: [ ID, price, currency_code ], SelectionFields: [ ID, price, currency_code ],
LineItem: [ LineItem: [
{Value: title}, {Value: title},
{Value: author, Label:'{i18n>Author}'}, {Value: author, Label:'{i18n>Author}'},