N°4693 - Restore API to add sass entries in the backoffice pages - rename Interface

This commit is contained in:
Anne-Cath
2025-07-31 10:07:03 +02:00
parent 9acc6a8bd4
commit 3eb8437c32
5 changed files with 12 additions and 12 deletions

View File

@@ -1458,21 +1458,21 @@ interface iBackofficeStyleExtension
}
/**
* Implement this interface to add saas file (SCSS) to the backoffice pages.
* Implement this interface to add sass file (SCSS) to the backoffice pages.
* example: return "css/setup.scss"
*
* @api
* @package BackofficeUIExtensibilityAPI
* @since 3.3.0
*/
interface iBackofficeSaasExtension
interface iBackofficeSassExtension
{
/**
* @api
* @see \iTopWebPage::$a_styles
* @return string
*/
public function GetSaas(): string;
public function GetSass(): string;
}
/**
* Implement this interface to add Dict entries