We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 453cb69 commit ec0eda1Copy full SHA for ec0eda1
examples/blog/config.js
@@ -84,8 +84,7 @@
84
.baseApiUrl('http://localhost:3000/') // The base API endpoint can be customized by entity
85
.identifier(nga.field('id')); // you can optionally customize the identifier used in the api ('id' by default)
86
87
- var tag = nga.entity('tags')
88
- .readOnly(); // a readOnly entity has disabled creation, edition, and deletion views
+ var tag = nga.entity('tags');
89
90
var subCategories = [
91
{ category: 'tech', label: 'Computers', value: 'computers' },
0 commit comments