refactor: rename listed → discoverable on note
Pure rename — no behavioral change. "discoverable" more clearly communicates that the field controls whether a note can be found by others in public listings.
This commit is contained in:
@@ -47,9 +47,9 @@
|
||||
"description": "Display theme for the note.",
|
||||
"knownValues": ["light", "dark"]
|
||||
},
|
||||
"listed": {
|
||||
"discoverable": {
|
||||
"type": "boolean",
|
||||
"description": "Whether the note appears in public listings. Defaults to true."
|
||||
"description": "Whether the note can be discovered by others in public listings. Defaults to true."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user