File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed
src/NotFound/Layout/Elements Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 10
10
with :
11
11
preset : laravel
12
12
verboseMode : true
13
- testMode : true
14
- # configPath: "vendor/my-company/coding-style/pint.json"
13
+ - name : Commit changes
14
+ uses : stefanzweifel/git-auto-commit-action@v4
15
+ with :
16
+ commit_message : ' style: formatting'
17
+ skip_fetch : true
Original file line number Diff line number Diff line change @@ -19,6 +19,21 @@ public function type(): string
19
19
return $ this ->type ;
20
20
}
21
21
22
+ /**
23
+ * setLocalize
24
+ *
25
+ * This option will mark the element as translatable.
26
+ * Currently this will not affect the frontend at all.
27
+ *
28
+ * @return self
29
+ */
30
+ public function setLocalize (): self
31
+ {
32
+ $ this ->properties ->localize = true ;
33
+
34
+ return $ this ;
35
+ }
36
+
22
37
public function build (): object
23
38
{
24
39
return (object ) [
You can’t perform that action at this time.
0 commit comments