We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When setting a property to isHidden the property should not show in regular reactor view and detailed view.
isHidden
The property is hidden in regular reactor view but not in detailed view
reactor.js
property: { 'generic': { propertyReactor: ['IndividualProperty'], //following are object-based scope: objectReactor: ['IndividualObject'], //to view/edit individual object values objectIViewer: ['BasicIndividualView'], objectIEditor: ['BasicIndividualInput'], extendedOEditor: ['BasicIndividualDetailEdit'], extendedOViewer: ['BasicIndividualDetailView'], shortenURI: 0, category: ['General properties'], // MB: default category for all properties allowNewValue: 1, }, 'https://domain.org/myhiddenproperty': { isHidden: 1, },
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
When setting a property to
isHidden
the property should not show in regular reactor view and detailed view.Actual Behavior
The property is hidden in regular reactor view but not in detailed view
Steps to Reproduce the Problem
isHidden
inreactor.js
:Specifications
The text was updated successfully, but these errors were encountered: