Open kwaa opened 1 month ago
This will add the same name option to the JSON Feed Hatsu Extension, which, if turned on, will set the feed item title to summary.
It should be false by default.
false
// feed.json { "items": [{ "_hatsu": { "sensitive": true }, "title": "Hello, World!" }] }
// object.json { "sensitive": true, "summary": "Hello, World!" }
This will add the same name option to the JSON Feed Hatsu Extension, which, if turned on, will set the feed item title to summary.
It should be
false
by default.