When I add a custom block to a panelized node it defaults to the Block Title.

Panelizer Block

Now if I update the Block title via block configuration it never updates the block title that was added in the panelized node. Is there a way to have it always use the block title?

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

albertski created an issue. See original summary.

DamienMcKenna’s picture

Project: Panelizer » Panels
Component: Code » User interface
Category: Bug report » Feature request

That would make it a feature request. Maybe like on D7 there should be a way of indicating whether the block title is to be overridden or used as-is?

I'm moving this over to the Panels issue queue as that's where it would need to start.

waspper’s picture

waspper’s picture

Status: Active » Needs review

Status: Needs review » Needs work

The last submitted patch, 3: block_title_default-2862535-3.patch, failed testing.

waspper’s picture

waspper’s picture

Status: Needs work » Needs review
andypost’s picture

I think naming needs work, maybe kinda "override_label" (true by defalt for bc) or "use_block_label" (false as default)

waspper’s picture

sorlov’s picture

Last patch works fine for me for Custom Blocks.

But maybe pane title textfield should became 'disabled' when we enable this 'Use admin label' checkbox ?

waspper’s picture

Attached new patch with label field disabled when checking the admin label option.