-
Notifications
You must be signed in to change notification settings - Fork 1.9k
/
Copy pathfeature-flags.yml
32 lines (31 loc) · 1010 Bytes
/
feature-flags.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#
# Copyright IBM Corp. 2015, 2023
#
# This source code is licensed under the Apache-2.0 license found in the
# LICENSE file in the root directory of this source tree.
#
feature-flags:
- name: enable-css-custom-properties
description: Describe what the flag does
enabled: false
- name: enable-use-controlled-state-with-value
description: >
Enable components to be created in either a controlled or uncontrolled
mode
enabled: false
- name: enable-css-grid
description: >
Enable CSS Grid Layout in the Grid and Column React components
enabled: false
- name: enable-v11-release
description: >
Enable the features and functionality for the v11 Release
enabled: true
- name: enable-experimental-tile-contrast
description: >
Enable the experimental tile improved contrast styles
enabled: false
- name: enable-v12-tile-default-icons
description: >
Enable rendering of default icons in the tile components
enabled: false