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

component: paragraph--q_a_group (Reusable Q&A group) #8629

Closed
1 task done
Tracked by #17437 ...
amponce opened this issue Apr 6, 2022 · 0 comments
Closed
1 task done
Tracked by #17437 ...

component: paragraph--q_a_group (Reusable Q&A group) #8629

amponce opened this issue Apr 6, 2022 · 0 comments
Assignees
Labels
Accelerated Publishing Needs refining Issue status next-build FE Repository that will replace content-build. Uses NextJS, builds static pages.

Comments

@amponce
Copy link

amponce commented Apr 6, 2022

Description

A component is needed in the next-build system to render paragraph--q_a_group. This component should be able to be used standalone or to render field data for other nodes and paragraphs.

Tasks

Preview Give feedback
  1. 7 of 10
    Accelerated Publishing
    jtmst

Supporting detail

Paragraph/Node: paragraph--q_a_group

CMS structure: paragraphs_type/q_a_group/fields

API query: jsonapi/paragraph/q_a_group

Existing template(s):n/a

Existing/example existing GraphQL:n/a

Example data structure (subject to refinement):

{
    "type": "paragraph--q_a_group",
    "id": "f39d63f6-86a6-476d-8b72-d31104cae7e9",
    "drupal_internal__id": 13665,
    "drupal_internal__revision_id": 157870,
    "langcode": "en",
    "status": true,
    "created": "2020-10-16T22:18:59+00:00",
    "parent_id": "8490",
    "parent_type": "node",
    "parent_field_name": "field_q_a_groups",
    "behavior_settings": [],
    "default_langcode": true,
    "revision_translation_affected": true,
    "field_accordion_display": false,
    "field_section_header": null,
    "links": {
        "self": {
            "href": "http://va-gov-cms.ddev.site/jsonapi/paragraph/q_a_group/f39d63f6-86a6-476d-8b72-d31104cae7e9"
        }
    },
    "paragraph_type": {
        "type": "paragraphs_type--paragraphs_type",
        "id": "cc3b3e2c-a7f5-4f62-a1ce-fcf307fbc28b",
        "resourceIdObjMeta": {
            "drupal_internal__target_id": "q_a_group"
        }
    },
    "field_q_as": [
        {
            "type": "node--q_a",
            "id": "9299a086-e253-4ef4-a483-16057b7d43a0",
            "resourceIdObjMeta": {
                "drupal_internal__target_id": 8488
            }
        },
        {
            "type": "node--q_a",
            "id": "0731099f-8f4e-46bc-9e5b-b73f23a493ed",
            "resourceIdObjMeta": {
                "drupal_internal__target_id": 8489
            }
        }
    ],
    "relationshipNames": [
        "paragraph_type",
        "field_q_as"
    ]
}

Further info:paragraphs/q_a_group.md

@TheBoatyMcBoatFace TheBoatyMcBoatFace added the next-build FE Repository that will replace content-build. Uses NextJS, builds static pages. label Dec 23, 2022
@jilladams jilladams added the CMS Team CMS Product team that manages both editor exp and devops label Jan 25, 2023
@timcosgrove timcosgrove added Accelerated Publishing and removed CMS Team CMS Product team that manages both editor exp and devops Platform CMS Team labels Jul 3, 2023
@timcosgrove timcosgrove changed the title Component: paragraph--q_a_group component: paragraph--q_a_group (Q&A group) Jul 17, 2023
@timcosgrove timcosgrove changed the title component: paragraph--q_a_group (Q&A group) component: paragraph--q_a_group (Page-Specific Q&A group) Jan 8, 2024
@timcosgrove timcosgrove changed the title component: paragraph--q_a_group (Page-Specific Q&A group) component: paragraph--q_a_group (Reusable Q&A group) Jan 8, 2024
This was referenced Feb 14, 2024
@jtmst jtmst assigned jtmst and unassigned ryguyk Mar 4, 2024
@jtmst jtmst closed this as completed Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Accelerated Publishing Needs refining Issue status next-build FE Repository that will replace content-build. Uses NextJS, builds static pages.
Projects
None yet
Development

No branches or pull requests

6 participants