We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10dd97b commit c2abde3Copy full SHA for c2abde3
marklogic-data-hub-central/ui/src/config/formats.config.js
@@ -1,8 +1,8 @@
1
//This file contains an object which stores source format options and its related properties. It can be used across the project.
2
3
const sourceFormatOptions = {
4
- json: { label: 'JSON', color: '#ffbf00' },
5
- xml: { label: 'XML', color: '#5bd171' },
+ json: { label: 'JSON', color: '#993366' },
+ xml: { label: 'XML', color: '#37aa6c' },
6
csv: { label: 'CSV', color: '#531dab' },
7
text: { label: 'TXT', color: '#1254f9'},
8
binary : { label: 'BIN', color: '#444444'},
0 commit comments