Skip to content

Commit ec0eda1

Browse files
author
Florian FERBACH
committed
Fix test fixtures
1 parent 453cb69 commit ec0eda1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/blog/config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,7 @@
8484
.baseApiUrl('http://localhost:3000/') // The base API endpoint can be customized by entity
8585
.identifier(nga.field('id')); // you can optionally customize the identifier used in the api ('id' by default)
8686

87-
var tag = nga.entity('tags')
88-
.readOnly(); // a readOnly entity has disabled creation, edition, and deletion views
87+
var tag = nga.entity('tags');
8988

9089
var subCategories = [
9190
{ category: 'tech', label: 'Computers', value: 'computers' },

0 commit comments

Comments
 (0)