You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/developer/architecture/security/feature-registration.asciidoc
-15Lines changed: 0 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,15 +59,6 @@ of features within the management screens.
59
59
|See <<example-3-discover,Example 3>>
60
60
|The set of subfeatures that enables finer access control than the `all` and `read` feature privileges. These options are only available in the Gold subscription level and higher.
61
61
62
-
|`icon`
63
-
|`string`
64
-
|"discoverApp"
65
-
|An https://elastic.github.io/eui/#/display/icons[EUI Icon] to use for this feature.
66
-
67
-
|`navLinkId`
68
-
|`string`
69
-
|"sample_app"
70
-
|The ID of the navigation link associated with your feature.
71
62
|===
72
63
73
64
==== Privilege definition
@@ -100,8 +91,6 @@ public setup(core, { features }) {
100
91
features.registerKibanaFeature({
101
92
id: 'canvas',
102
93
name: 'Canvas',
103
-
icon: 'canvasApp',
104
-
navLinkId: 'canvas',
105
94
category: DEFAULT_APP_CATEGORIES.kibana,
106
95
app: ['canvas', 'kibana'],
107
96
catalogue: ['canvas'],
@@ -160,8 +149,6 @@ public setup(core, { features }) {
0 commit comments