mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-25 11:38:44 +02:00
N°4693 - Restore API to add sass entries in the backoffice pages - rename Interface
This commit is contained in:
@@ -236,13 +236,13 @@ CSS;
|
||||
}
|
||||
]]></content>
|
||||
</snippet>
|
||||
<snippet id="ExampleFor_iBackofficeSaasExtension" _delta="define">
|
||||
<snippet id="ExampleFor_iBackofficeSassExtension" _delta="define">
|
||||
<placement>core</placement>
|
||||
<rank>0</rank>
|
||||
<content><![CDATA[
|
||||
class ExampleFor_iBackofficeSaasExtension implements \iBackofficeSaasExtension
|
||||
class ExampleFor_iBackofficeSassExtension implements \iBackofficeSassExtension
|
||||
{
|
||||
public function GetSaas(): string
|
||||
public function GetSass(): string
|
||||
{
|
||||
return "css/setup.scss";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user