Add a theme setting for equal heights blocks
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3574525. --> Reported by: [markconroy](https://www.drupal.org/user/336910) Related to !17 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>Themes often want certain blocks in a layout to be the same height (e.g. IA Blocks, Link with Summary, etc).</p> <p>We have an equalHeightsBlock.js file in LocalGov Microsites Base, but not in LocalGov Base.</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <p>n/a</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>How about we create one for LocalGovBase, but also a settings form, so it will only take effect for sites that need it, and not break existing sites. A simple textarea in the settings, add one css class per row, then we use drupalSettings to get that array and equalise the blocks.</p> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <p>Do the work</p> <h3 id="summary-ui-changes">User interface changes</h3> <p>New theme setting item on appearance page</p> <h3 id="summary-api-changes">API changes</h3> <p>None</p> <h3 id="summary-data-model-changes">Data model changes</h3> <p>None</p>
issue