|
|
@ -27,6 +27,7 @@ export class SchemasPageComponent { |
|
|
return schemas.filter(schema => |
|
|
return schemas.filter(schema => |
|
|
schema.canReadContents && |
|
|
schema.canReadContents && |
|
|
schema.isPublished && |
|
|
schema.isPublished && |
|
|
|
|
|
schema.type !== 'Component' && |
|
|
!app.roleProperties[Settings.AppProperties.HIDE_CONTENTS(schema.name)], |
|
|
!app.roleProperties[Settings.AppProperties.HIDE_CONTENTS(schema.name)], |
|
|
); |
|
|
); |
|
|
})); |
|
|
})); |
|
|
|