Changes between Initial Version and Version 1 of Ticket #37974
- Timestamp:
- 09/07/2016 08:11:34 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #37974 – Description
initial v1 18 18 // 4 being number of panels and unlimited being the default. 19 19 20 For simplic ty I am just suggesting it's a simple add_theme_support. We have past precidence for this. Then you'd get the new section in Customizer appear. I also suggest this gets made as a feature plugin porting pretty much all of the existing code. At least this makes sense as a first step.20 For simplicity I am just suggesting it's a simple add_theme_support. We have past precedence for this. Then you'd get the new section in Customizer appear. I also suggest this gets made as a feature plugin porting pretty much all of the existing code. At least this makes sense as a first step. 21 21 22 22 Template wise, we probably want a consistent naming for this or to have people able to declare a template page. It could then have that page used as a static page, or just be used. You could either use one wrapping content for all or call each panel (if set numbers) and style each differently. This opens up to some flexibility with layout.