-
I want to manipulate pieces but can't find them in my MongoDB collection, how do I do that please
-
Create a new dedicated field for alt text for apostrophe-images. Currently the `title` or `description` field is being used for alt text, but improving the the schema to include a dedicated field for …
-
Is it possible to define/use custom groups in A3?
There is documentation that describes how to do this in A2, but i do not see any similar documentation for A2
-
What would be the best way to sign up users from the front end and allow them to, say for instance, rate an article, or create an order. I would like to use only Apostrophe to keep things simple rathe…
hiovi updated
3 years ago
-
## To Reproduce
Make any app related change with a standard app setup (a3-demo or a3-boilerplate). Apostrophe UI will be always rebuilt.
## Expected behavior
The apos UI should be built after per…
-
## To Reproduce
1. add a relation to any piece module and expose it as column to admin UI:
```js
// modules/somemodule/index.js
module.exports = {
extend: '@apostrophecms/piece-type',
opti…
-
## The problem to solve
We allow customers to save liquid templates within our system. After the save the template, we run it through sanitize-html. However, liquid comparison operators like great…
-
Hey there,
that is the error I got from browser console if I open the `/login` route.
Sounds like a PostCSS error. I hope it helps you. If I find time I will have a look at the main git repo (bran…
-
## To Reproduce
Not too sure how to reproduce, Using this in a Nuxt.js application, with the issue occurring during SSR on the latest version of sanitize-html.
Following the docs, I added `{ all…
-
Apostrophe 3.x doesn't have `showFields` support so far. This 2.x feature needs to be ported, or reconsidered.
The backend logic for `showFields`, which ensures a required field is only really requ…