ConfigSocial Object
Description
Social media link configuration.
Declaration
type ConfigSocial {
title: String!
id: String!
value: String!
}
Fields
| Name | Type | Description |
|---|---|---|
title | String! | Display title for the social link. |
id | String! | Social platform identifier (e.g., "facebook", "instagram", "twitter"). |
value | String! | Social media URL or value. |