1
0
Fork 0
forked from wry/wry

cli: print content type in tree query

This commit is contained in:
Julian Orth 2025-07-21 23:45:10 +02:00
parent 045485e4bc
commit cc785da980
5 changed files with 35 additions and 7 deletions

View file

@ -100,3 +100,7 @@ event workspace {
event placeholder_for {
id: str,
}
event content_type (since = 20) {
ty: str,
}