Skip to content

Commit

Permalink
Merge pull request #106 from creative-commoners/pulls/0.4/add-blocks-…
Browse files Browse the repository at this point in the history
…page

Aprproved
  • Loading branch information
sabina-talipova authored May 31, 2022
2 parents 5594c50 + ae3003f commit aed5bfa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions code/elemental/BasicElementalPage.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php

use DNADesign\Elemental\Extensions\ElementalPageExtension;

class BasicElementalPage extends Page
{
private static $extensions = [
ElementalPageExtension::class,
];
}

0 comments on commit aed5bfa

Please sign in to comment.