Skip to content

Commit 7636a7f

Browse files
committed
add class attribute to validator
Signed-off-by: Stefan Niederhauser <[email protected]>
1 parent bd50e9e commit 7636a7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graphviz-java/src/main/java/guru/nidi/graphviz/attribute/validate/AttributeConfigs.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ static List<AttributeConfig> get(String name) {
4848
add("bgcolor", entry("GC", asList(COLOR, COLOR_LIST)));
4949
add("center", entry("G", BOOL, false));
5050
add("charset", entry("G", STRING, "UTF-8"));
51+
add("class", entry("ENGC", STRING));
5152
add("clusterrank", entry("G", CLUSTER_MODE, "local").engines(DOT));
5253
add("color", entry("ENC", asList(COLOR, COLOR_LIST), "black"));
5354
add("colorscheme", entry("ENCG", STRING, ""));

0 commit comments

Comments
 (0)