Skip to content

Commit

Permalink
fix(SFT-1654, #1660): changing alias used for loading formatting temp…
Browse files Browse the repository at this point in the history
…late resources
  • Loading branch information
gustavs-gutmanis committed Dec 13, 2024
1 parent 1d63f5e commit 5c6cbcd
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class BasicDarkBundle extends AssetBundle
{
public function init(): void
{
$this->sourcePath = '@freeform-formatting-templates/basic-dark';
$this->sourcePath = '@Solspace/Freeform/templates/_templates/formatting/basic-dark';

$this->js = ['_main.js'];
$this->css = ['_main.css'];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class BasicFloatingLabelsBundle extends AssetBundle
{
public function init(): void
{
$this->sourcePath = '@freeform-formatting-templates/basic-floating-labels';
$this->sourcePath = '@Solspace/Freeform/templates/_templates/formatting/basic-floating-labels';

$this->js = ['_main.js'];
$this->css = ['_main.css'];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class BasicLightBundle extends AssetBundle
{
public function init(): void
{
$this->sourcePath = '@freeform-formatting-templates/basic-light';
$this->sourcePath = '@Solspace/Freeform/templates/_templates/formatting/basic-light';

$this->js = ['_main.js'];
$this->css = ['_main.css'];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class Bootstrap5Bundle extends AssetBundle
{
public function init(): void
{
$this->sourcePath = '@freeform-formatting-templates/bootstrap-5';
$this->sourcePath = '@Solspace/Freeform/templates/_templates/formatting/bootstrap-5';

$this->js = ['_main.js'];
$this->css = ['_main.css'];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class Bootstrap5DarkBundle extends AssetBundle
{
public function init(): void
{
$this->sourcePath = '@freeform-formatting-templates/bootstrap-5-dark';
$this->sourcePath = '@Solspace/Freeform/templates/_templates/formatting/bootstrap-5-dark';

$this->js = ['_main.js'];
$this->css = ['_main.css'];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class Bootstrap5FloatingLabelsBundle extends AssetBundle
{
public function init(): void
{
$this->sourcePath = '@freeform-formatting-templates/bootstrap-5-floating-labels';
$this->sourcePath = '@Solspace/Freeform/templates/_templates/formatting/bootstrap-5-floating-labels';

$this->js = ['_main.js'];
$this->css = ['_main.css'];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class ConversationalBundle extends AssetBundle
{
public function init(): void
{
$this->sourcePath = '@freeform-formatting-templates/conversational';
$this->sourcePath = '@Solspace/Freeform/templates/_templates/formatting/conversational';

$this->js = ['_main.js'];
$this->css = ['_main.css'];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class FlexboxBundle extends AssetBundle
{
public function init(): void
{
$this->sourcePath = '@freeform-formatting-templates/flexbox';
$this->sourcePath = '@Solspace/Freeform/templates/_templates/formatting/flexbox';

$this->js = ['_main.js'];
$this->css = ['_main.css'];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class Foundation6Bundle extends AssetBundle
{
public function init(): void
{
$this->sourcePath = '@freeform-formatting-templates/foundation-6';
$this->sourcePath = '@Solspace/Freeform/templates/_templates/formatting/foundation-6';

$this->js = ['_main.js'];
$this->css = ['_main.css'];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class GridBundle extends AssetBundle
{
public function init(): void
{
$this->sourcePath = '@freeform-formatting-templates/grid';
$this->sourcePath = '@Solspace/Freeform/templates/_templates/formatting/grid';

$this->js = ['_main.js'];
$this->css = ['_main.css'];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class MultipageAllFieldsBundle extends AssetBundle
{
public function init(): void
{
$this->sourcePath = '@freeform-formatting-templates/multipage-all-fields';
$this->sourcePath = '@Solspace/Freeform/templates/_templates/formatting/multipage-all-fields';

$this->js = ['_main.js'];
$this->css = ['_main.css'];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class Tailwind3Bundle extends AssetBundle
{
public function init(): void
{
$this->sourcePath = '@freeform-formatting-templates/tailwind-3';
$this->sourcePath = '@Solspace/Freeform/templates/_templates/formatting/tailwind-3';

$this->js = ['_main.js'];
$this->css = ['_main.css'];
Expand Down

0 comments on commit 5c6cbcd

Please sign in to comment.