Brett Birschbach
Brett Birschbach
I tried updating rake by using the gem installer to install rake - gem install rake I then tried the rake command again, and now I get a new error...
Changing the value to `allowUpload="true"` or `allowUpload="{Boolean}true"` enables upload as expected. Changing the value to `allowUpload="${not empty cqDesign.allowUpload ? cqDesign.allowUpload : true}"` (default to true) does not enable upload Changing...
Hi @meghapatil0312. Is your project using the default AEM project archetype? Do yo have other sling models deployed, or is this your first attempt at deploying sling models? I don't...
If you're not seeing the `core` files in your target folder, it sounds like it might have to do with the build command you're using or maybe even an issue...
Looking at https://github.com/adobe/aem-core-wcm-components/blob/main/content/src/content/jcr_root/apps/core/wcm/components/tabs/v1/tabs/tabs.html it seems this fix has already been implemented. I'm not sure why the diff for the patch still shows a diff to the `main` branch.
Are you asking about a multifield of multifields? If so, I dont believe that is yet supported. Currently supported is: - Multi-field of single field - Multi-field of multiple fields...
Ah k, sorry that's not yet supported. Happy to review a PR if you want to take a shot at implementing. Otherwise, perhaps one of the current contributors will get...
@jdigger No rush on getting my PRs merged, Im sure you have plenty of work to get done for the company. Just curious on prospects for getting this merged in...
RTE dialog fields are not yet supported by the code generator, since inline RTE editor on the page can generally be used for these use cases. That said, there are...
Certainly could, though I'd recommend a separate PR for each. Happy to review a PR for these features if someone has the desire to make the changes.