Skip to content

Sensitive #74

@kwaa

Description

@kwaa

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.

// feed.json
{
  "items": [{
    "_hatsu": {
      "sensitive": true
    },
    "title": "Hello, World!"
  }]
}
// object.json
{
  "sensitive": true,
  "summary": "Hello, World!"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions