client page theme, lead form theme

This commit is contained in:
Yuri Kuznetsov
2025-02-11 15:35:00 +02:00
parent fe2f15c576
commit e0c84e007c
18 changed files with 217 additions and 16 deletions
+11
View File
@@ -221,8 +221,19 @@ class LeadCapture extends Entity
return (bool) $this->get('formEnabled');
}
/**
* @since 9.1.0
*/
public function getFormTitle(): ?string
{
return $this->get('formTitle');
}
/**
* @since 9.1.0
*/
public function getFormTheme(): ?string
{
return $this->get('formTheme');
}
}