Alex Bea

Results 30 issues of Alex Bea

https://github.com/apostrophecms/apostrophe/blob/c4a50e66c3e80af083db4650cae50e7091c5976a/lib/modules/apostrophe-login/views/login-totp.html#L14 As reported in [Discord](https://discord.com/channels/517772094482677790/517782236800745495/865687356576628746)

bug

## The problem to solve Both piece types and piece page types have a `perPage` option in 3.x. The module types are related and the properties have identical keys, but...

enhancement
v3

**To Reproduce** Steps to reproduce the behavior: 1. Edit a piece or widget with an images singleton that has the focal point enabled. 2. Upload a light (mostly white) image...

bug
UI

## The problem to solve When adding ckeditor plugins, you need to include `'split'` in the extraPlugins array even though it's included in core already. ## Proposed solution Apostrophe core...

enhancement
pinned

With apos-workflow enabled, the page reorganize modal's Trash rows (when you expand pages with children) isn't aligned to be clear about the relationship. If the Trash row is part of...

bug
UI

`Template warning: Impossible to retrieve the attachment url since it is missing, a default icon has been set. Please fix this ASAP!` This warning would be 1000% more helpful if...

bug
help wanted

Right now there's no warning for creating a piece type with new added field with `name: 'type'`. This is used by Apostrophe already and any data users attempt to store...

bug
help wanted
good first issue

Steps to reproduce the behavior: 1. Create a specific page type, such as an index page (e.g., `events-pages`). 2. In a widget or somewhere else, create a `joinByOne` field and...

bug

**To Reproduce** Steps to reproduce the behavior: 1. Create a piece type with a rich text singleton in its schema. Set that singleton field to `readOnly: true`. 2. When editing...

bug
UI

**To Reproduce** Steps to reproduce the behavior: - Add an `apostrophe-rich-text` singleton to a page, with a `controls` option with `movable: false` and `removable: false`. Add the singleton on the...

bug