Socket
Socket
Sign inDemoInstall

@arc-core-components/content-schema_ans-feed-v0.6.2

Package Overview
Dependencies
0
Maintainers
9
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @arc-core-components/content-schema_ans-feed-v0.6.2

GraphQL schema for use with any content source returning a feed of ANS stories.


Version published
Weekly downloads
346
decreased by-30.1%
Maintainers
9
Created
Weekly downloads
 

Readme

Source

Content Schema: ANS Feed (0.6.2)

This the Arc Core Component representing a GraphQL schema that can be used with a content source.

Getting started

This Core Component must be used within a Fusion project.

It should be used for any feature showing a feed of ANS stories, such as a feed-driven flex feature.

  1. Add this schema as a dependency of the repo. npm install @arc-core-components/content-schema_ans-feed-v0.6.2
  2. Create a file of your desired schema name within the /schemas folder. For this content source, the suggested name is ans-feed.js
  3. This is the name you should use when referencing this schema in any content config within a custom field.
  4. Paste the following into ans-feed.js:
import schema from "@arc-core-components/content-schema_ans-feed-v0.6.2";

export default schema;

What does this schema return?

This is very much the first draft of this content source, and may not define desired fields for every item. We will likely add more fields to it as we work through use cases.

FAQs

Last updated on 25 Feb 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc