Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom entries/extensions support may need added #2

Open
S0AndS0 opened this issue Jan 2, 2021 · 0 comments
Open

Custom entries/extensions support may need added #2

S0AndS0 opened this issue Jan 2, 2021 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@S0AndS0
Copy link
Member

S0AndS0 commented Jan 2, 2021

According to JSON Feed -- Spec -- Extensions "items" may contain custom objects, provided that the key name is prefixed by an underscore, eg...

{
  "items": [
    {
      "_entry_name": {
        "about": "http://example.com/json-feed-extensions/",
        "something": "value"
      }
    }
  ]
}

Likely this feature should be added as FrontMatter configuration for feed.json files, for example something like...

feed.json (snip)

custom_entries:
  - entry_name
@S0AndS0 S0AndS0 added enhancement New feature or request good first issue Good for newcomers labels Jan 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant