Skip to content

Commit

Permalink
add class attribute to validator
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Niederhauser <[email protected]>
  • Loading branch information
nidi3 committed Jul 12, 2020
1 parent bd50e9e commit 7636a7f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ static List<AttributeConfig> get(String name) {
add("bgcolor", entry("GC", asList(COLOR, COLOR_LIST)));
add("center", entry("G", BOOL, false));
add("charset", entry("G", STRING, "UTF-8"));
add("class", entry("ENGC", STRING));
add("clusterrank", entry("G", CLUSTER_MODE, "local").engines(DOT));
add("color", entry("ENC", asList(COLOR, COLOR_LIST), "black"));
add("colorscheme", entry("ENCG", STRING, ""));
Expand Down

0 comments on commit 7636a7f

Please sign in to comment.