add shared buttons in post

This commit is contained in:
Profile Profile
2026-02-18 01:02:01 +03:00
parent abcc214ef6
commit 9e32f4f064
11 changed files with 687 additions and 276 deletions

View File

@@ -137,6 +137,7 @@ export async function getProfileArticleById(databaseId) {
id
databaseId
title
secondaryTitle
content
excerpt
uri
@@ -150,6 +151,7 @@ export async function getProfileArticleById(databaseId) {
sourceUrl
altText
caption
description
mediaDetails {
width
height
@@ -169,6 +171,15 @@ export async function getProfileArticleById(databaseId) {
uri
}
}
# Соавторы как массив
coauthors {
id
name
firstName
lastName
url
description
}
categories {
nodes {
id
@@ -195,7 +206,6 @@ export async function getProfileArticleById(databaseId) {
}
/**
* Получить Anews пост по databaseId
*/