Skip to content

Instantly share code, notes, and snippets.

@dzhuryn
Created June 22, 2020 19:43
Show Gist options
  • Save dzhuryn/cf32beff1badfc2f69243272558fb2d0 to your computer and use it in GitHub Desktop.
Save dzhuryn/cf32beff1badfc2f69243272558fb2d0 to your computer and use it in GitHub Desktop.
Добавляем информационный блок для PageBuilder
<div class="field fields-block" data-field="<?= $name ?>">
<div class="group-title">
<?= $field['caption'] ?>
</div>
</div>
<style>
.fields-block .group-title {
border: 2px dashed #ccc;
padding: 15px;
width: 100%;
text-align: center;
font-weight: bolder;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment