Results 76 issues of Brett Birschbach

On a multi-site implementation it's possible that different sites/domains will share the same `sling:resourceType` for their pages. However, different sites/domains will want their own robots.txt file if for no other...

If extending the `Download` component, it doesnt seem possible to effectively add the asset data for the linked file into the data layer. There is a `AssetDataBuilder` in WCM Core,...

For the most part when you open a Core Component dialog, the fields are constrained to a fixed width, and if you use the widget to expand the dialog to...

The "id" page property is overwritten when the blueprint site executes a new rollout. Scenario: - Blueprint site Page property `id` = `somevalue` - Blueprint rollout pushes `id` = `somevalue`...

When a `Language Navigation` component is in a template structure, or in a blueprint XF inherited to a live copy site, the `Navigation Root` isn't updated to the Live Copy...

`ContentFragment` interface unnecessarily extends `ContainerExporter` `ContentFragmentImpl` unnecessarily implements `ContainerExporterImpl` This results in confusing and unnecessary code implementing `getExportedItems()` and `getExportedItemsOrder()` which always results in empty values in practical use. Looking...

JavaScript executing on Page Properties instruments the dialog twice. I'm unsure why, but the `dialog-loaded` event seems to trigger twice on open of Page Properties, hence double-instrumenting. This impacts the...

The current implementation of "Edit" on an experience fragment component adds the Pencil icon to the component's edit menu after the `Parent` icon. Authors are accustomed to the "Edit" pencil...

As a standard in WCM Core, all components have a design dialog with at least a "Styles" tab for the AEM Style System. The PDF Viewer component, though it has...

Bug present as of version: 2.26.1-SNAPSHOT When clicking a drop zone to add a component, the Progress Bar component shows without an icon. `cq:icon="progressbar"` within the component's definition appears to...