Miro Yovchev
Miro Yovchev
This seems to be not-so-simple issue based on my latest findings. There is also `apos.prefix` into the play which raises a discussion about how multiple Apostrophe apps are setup under...
It sounds exactly as the example I gave above (there is a `remote` check), except it shouldn't parse the baseUrl but use prefix if it's available. I'll patch my staging...
It supports `prefix` configuration (see above), but you should watch out for `req.url` usage (e.g. pager macro). I'm also not sure if static asset URL's builder will pickup the prefix...
@mnebuerquo There are minor issues related with the prefix as far as I remember. I have running in staging prefixed a3 apps. For example you need to modify the pagination...
@boutell The proposed solution won't work because the context does not have `__req` (possibly it would have if called with `with context` but this also fails when multiple cross imports...
This is a very breaking change. And I'm talking about functional and not presentation breaking change. The system wrappers, including those on areas, are good thing in my opinion. Changing...
```scss // Fix spacing in edit mode so that areas having no vertical space can be managed .smr-page [data-apos-area] { padding-top: 1rem; padding-bottom: 1rem; } ``` If I understand it...
The answer of that question is not simple. In order to explain it I need to explain you the architecture I came up in order to have a large project...
I'll look into it asap.
@koladilip I was about to inform you that I'm done with my urgent work and can finally take a look at the feature implementation. You were quicker though :) I...