-
Hello, i'm starting a project with the new version and i was looking to add the showFields to the choices array but can't find how to do it, it is enabled on this version?
bmpj1 updated
2 years ago
-
It's possible to add an example for pieces-widgets relationships?
bmpj1 updated
2 years ago
-
Hi,
I'm not using loader-utils directly in my package.json, but may be it has transitive dependency, and currently I'm using react-script v5,
but now I'm getting Security Vulnerabilities issue as …
-
## To Reproduce
Step by step instructions to reproduce the behavior:
> 1. Run the a3-boilerplate project in dev mode with `npm run dev`, then login.
> 2. Open the devTools (F12)
> 3. Click on …
-
Tested on Apostrophe Version 3.9.0 and 3.11.0
As the title says when translating a page or piece that has diacritics in the title you get 500 error.
Console says 404 cannot find page and the slu…
-
It might be interesting to update sanitize-html to increase the audit quality : https://github.com/apostrophecms/sanitize-html/pull/458
-
## Reproduce
- Open jupyterlab v3.2.3, create a new notebook and add a markdown cell:
```html
Irrelavant text.
```
- The style does not apply
https://stackoverflow.com/questions/68815487/html-in…
ghost updated
2 years ago
-
Hello, my assumption was that anything placed inside the `modules` folder would overwrite the core files. I am trying to make some changes to the Admin UI by having a modified file here: `modules/@apo…
-
## To Reproduce
I started from the out-of-the-box a3-boilerplate project, then used the following piece-type :
```javascript
module.exports = {
extend: "@apostrophecms/piece-type",
optio…
-
I'm using `apostraphecms version 3`.
I followed these steps to create a custom widget - https://v3.docs.apostrophecms.org/guide/custom-widgets.html#creating-a-widget-type
Once the configuration i…