Questions tagged [headless-cms]
234 questions
0
votes
0 answers
Looking for a CMS that integrates with a custom DB
I'm having an issue with a project I'm working on.
I have an app with its own db that contains the users and their credentials.
I want to have a headless CMS that manages some blogs to avoid writing one of my own, but I can't seem to find a CMS that…

Khaled Mohamed
- 406
- 5
- 10
0
votes
1 answer
Receive webhook or other kind of ping from Sanity when a document is published?
I have a backend that stores data in Sanity.io, and I would like to configure Sanity to ping my app when a document is published, so that I can clear any cached data. This way I can greatly reduce traffic between my app and Sanity. Possible?

Christian Johansen
- 1,861
- 1
- 16
- 22
0
votes
1 answer
Dynamic content and components without rebuilding entire static website?
I have a CMS like system where I can design a website and publish it to a S3 bucket. The website is generated with Gridsome. In this CMS I want the options of adding and removing components (such as a title) without rebuilding and redeploying the…

Thijs
- 33
- 5
0
votes
1 answer
Does Genesis Framework provide any benefits with headless WP setup?
Are there any advantages of using Genesis framework if we use WordPress for the backend only? In a headless setup with either Angular or React, I was wondering if there would be any advantages of using it.
Thanks...

Yucel-M
- 27
- 4
0
votes
0 answers
How to show Relative path images in angular application using headless magento
I am developing a web application using Angular8 and headless magento(used for only Rest API). Angular web app and Magento will host on a different domain
I am working on the Landing page and calling rest API which gives me HTML content as a…

rash111
- 1,307
- 4
- 19
- 35
0
votes
1 answer
work around for adding alt tag and caption to images in a gallery in Strapi
Hi fellow Strapi users,
I was just wondering if there's a work around for adding alt tags and captions to images in an image gallery? I couldn't find anything online and was hoping some of you here might have figured it out (not everyone write blogs…

Tanpo
- 233
- 3
- 18
0
votes
1 answer
In strapi, that is configured to use MySql, how do I create a new content type record in the code?
y'all,
Within my custom, strapi content type, controller code, what method in the model object do I use to create a new record? My app is configured to use MySql.
The following worked fine when I was using MongoDB, but now with MySql, it doesn't…

Monico Moreno
- 127
- 1
- 8
0
votes
1 answer
Add content from external api to Contentful
Is it possible to add content from a external api to Contentful headless-cms?
Let's say I create a content type "product-feed" which enables the author to filter products from our shop backend. Therefore it should be possible to retrieve categories,…

Brotzka
- 2,959
- 4
- 35
- 56
0
votes
1 answer
GraphQL: Explore API without a wildcard (*)?
I am new to GraphQL and I wonder how I can explore an API without a possible wildcard (*) (https://github.com/graphql/graphql-spec/issues/127).
I am currently setting up a headless Craft CMS with GraphQL and I don't really know how my data is…

Merc
- 4,241
- 8
- 52
- 81
0
votes
3 answers
Gatsby, RSS Feeds and a Headless CMS
I am building a site using Gatsby and have a 'News' section of the site. This section is to be populated by various news articles pulled in from different RSS feeds.
However, I do not want to include every article from every feed and I want to…

Moshe
- 6,011
- 16
- 60
- 112
0
votes
1 answer
Can I use Wagtails API to power multiple sites from a single API endpoint?
In this example wagtail is deployed to cms.example.com and is managing content for foo.example.com and bar.example.com as a headless CMS.
When accessing the Pages API on cms.example.com/api/pages/ only the pages for the current active site…

jaap3
- 2,696
- 19
- 34
0
votes
2 answers
How to change field style in the sanity io user interface?
How can I change a style of a component easy? I just want limit a text-field height in a sanity user inerface.
It is uncomfortable to scroll all the text every time. Where can I write something like that:
{
overflow-y: auto;
height:…

kizoso
- 1,216
- 2
- 15
- 30
-1
votes
0 answers
How to make a POST request from Nuxt to Sanity CMS
I am new to working with Nuxt and sanity and have a question regarding post requests. The frontend of my application is build using Nuxt and for the backend I use sanity. I would like to make post requests from the frontend to automatically create…

Emma
- 1
-1
votes
1 answer
Using a custom backend in addiotion to a headless cms overkill?
I am going to create a website that uses a headless cms for easy entering and admin of data, Strapi is the preferred choice. For authentication and authorization I am thinking to use a separate backend so that the frontend will communicate solely…

happyhd
- 28
- 1
- 7
-1
votes
1 answer
Wordpress headless with Gatsby or Next, locally
Im running WordPress locally on my network, and building sites in Next or Gatsby, using wordpress as a headless CMS. But can I somehow then put up my sites to say Netlify, without having to connect from the onlinepage on Netlify to my locally…

Mr Magoo
- 3
- 1