File tree Expand file tree Collapse file tree 1 file changed +34
-34
lines changed
modules/apps/headless/headless-admin-site/headless-admin-site-impl Expand file tree Collapse file tree 1 file changed +34
-34
lines changed Original file line number Diff line number Diff line change @@ -2623,40 +2623,6 @@ components:
26232623 description :
26242624 The client extension for the theme spritemap of a page specification.
26252625 type : object
2626- SitemapSettings :
2627- # @review
2628- description :
2629- Represents settings related with the site map.
2630- properties :
2631- changeFrequency :
2632- description :
2633- Indicates how often a page is updated.
2634- enum :
2635- - Always
2636- - Hourly
2637- - Daily
2638- - Weekly
2639- - Monthly
2640- - Yearly
2641- - Never
2642- type : string
2643- include :
2644- description :
2645- Whether search engines should crawl and index the page.
2646- type : boolean
2647- includeChildSitePages :
2648- # @review
2649- description :
2650- Whether search engines should crawl and index the child pages.
2651- type : boolean
2652- pagePriority :
2653- description :
2654- How the page should be prioritized relative to other pages.
2655- format : double
2656- maximum : 1
2657- minimum : 0
2658- type : number
2659- type : object
26602626 SitePage :
26612627 # @review
26622628 description :
@@ -2823,6 +2789,40 @@ components:
28232789 description :
28242790 The localized submission of page type.
28252791 type : object
2792+ SitemapSettings :
2793+ # @review
2794+ description :
2795+ Represents settings related with the site map.
2796+ properties :
2797+ changeFrequency :
2798+ description :
2799+ Indicates how often a page is updated.
2800+ enum :
2801+ - Always
2802+ - Hourly
2803+ - Daily
2804+ - Weekly
2805+ - Monthly
2806+ - Yearly
2807+ - Never
2808+ type : string
2809+ include :
2810+ description :
2811+ Whether search engines should crawl and index the page.
2812+ type : boolean
2813+ includeChildSitePages :
2814+ # @review
2815+ description :
2816+ Whether search engines should crawl and index the child pages.
2817+ type : boolean
2818+ pagePriority :
2819+ description :
2820+ How the page should be prioritized relative to other pages.
2821+ format : double
2822+ maximum : 1
2823+ minimum : 0
2824+ type : number
2825+ type : object
28262826 URLActionExecutionResult :
28272827 # @review
28282828 description :
You can’t perform that action at this time.
0 commit comments