File tree Expand file tree Collapse file tree 10 files changed +15
-15
lines changed
Expand file tree Collapse file tree 10 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 2222 }
2323 },
2424 "require" : {
25- "statamic/cms" : " ~3.0.33 "
25+ "statamic/cms" : " ~3.1.0 "
2626 },
2727 "require-dev" : {
2828 "orchestra/testbench" : " ^6.4"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 1212 @can (' view seo reports' )
1313 <a href =" {{ cp_route (' seo-pro.reports.index' ) } }" class =" w-full lg:w-1/2 p-2 md:flex items-start hover:bg-grey-20 rounded-md group" >
1414 <div class =" h-8 w-8 mr-2 text-grey-80" >
15- @svg (' charts' )
15+ @cp_svg (' charts' )
1616 </div >
1717 <div class =" text-blue flex-1 mb-2 md:mb-0 md:mr-3" >
1818 <h3 >{{ __ (' seo-pro::messages.reports' ) } } </h3 >
2323 @can (' edit seo site defaults' )
2424 <a href =" {{ cp_route (' seo-pro.site-defaults.edit' ) } }" class =" w-full lg:w-1/2 p-2 md:flex items-start hover:bg-grey-20 rounded-md group" >
2525 <div class =" h-8 w-8 mr-2 text-grey-80" >
26- @svg (' hammer-wrench' )
26+ @cp_svg (' hammer-wrench' )
2727 </div >
2828 <div class =" text-blue flex-1 mb-2 md:mb-0 md:mr-3" >
2929 <h3 >{{ __ (' seo-pro::messages.site_defaults' ) } } </h3 >
3434 @can (' edit seo section defaults' )
3535 <a href =" {{ cp_route (' seo-pro.section-defaults.index' ) } }" class =" w-full lg:w-1/2 p-2 md:flex items-start hover:bg-grey-20 rounded-md group" >
3636 <div class =" h-8 w-8 mr-2 text-grey-80" >
37- @svg (' hammer-wrench' )
37+ @cp_svg (' hammer-wrench' )
3838 </div >
3939 <div class =" text-blue flex-1 mb-2 md:mb-0 md:mr-3" >
4040 <h3 >{{ __ (' seo-pro::messages.section_defaults' ) } } </h3 >
Original file line number Diff line number Diff line change 1313 <tr >
1414 <td >
1515 <div class =" flex items-center" >
16- <div class =" w-4 h-4 mr-2" >@svg (' content-writing' )</div >
16+ <div class =" w-4 h-4 mr-2" >@cp_svg (' content-writing' )</div >
1717 <a href =" {{ cp_route (' seo-pro.section-defaults.collections.edit' , $collection ) } }" >{{ $collection -> title () } } </a >
1818 </div >
1919 </td >
2929 <tr >
3030 <td >
3131 <div class =" flex items-center" >
32- <div class =" w-4 h-4 mr-2" >@svg (' tags' )</div >
32+ <div class =" w-4 h-4 mr-2" >@cp_svg (' tags' )</div >
3333 <a href =" {{ cp_route (' seo-pro.section-defaults.taxonomies.edit' , $taxonomy ) } }" >{{ $taxonomy -> title () } } </a >
3434 </div >
3535 </td >
Original file line number Diff line number Diff line change @@ -3,12 +3,3 @@ revisions: false
33route : ' {parent_uri}/{slug}'
44structure :
55 root : true
6- tree :
7- -
8- entry : home
9- -
10- entry : 62136fa2-9e5c-4c38-a894-a2753f02f5ff
11- -
12- entry : b9e4bfe3-9c12-4553-b7ef-f43c22ffaa63
13- -
14- entry : f5a53468-017e-4725-b5b6-a745df7e94cb
Original file line number Diff line number Diff line change 1+ tree :
2+ -
3+ entry : home
4+ -
5+ entry : 62136fa2-9e5c-4c38-a894-a2753f02f5ff
6+ -
7+ entry : b9e4bfe3-9c12-4553-b7ef-f43c22ffaa63
8+ -
9+ entry : f5a53468-017e-4725-b5b6-a745df7e94cb
You can’t perform that action at this time.
0 commit comments