issues
search
presscustomizr
/
nimble-builder
Powerful yet very simple ( and free 😍 ) WordPress page builder using the native WordPress live customizer. Compatible with any WordPress theme. Used by 50k+ websites .
https://wordpress.org/plugins/nimble-builder/
Other
10
stars
3
forks
source link
[prebuilt sections] fetch them from API like templates
#802
Closed
ghost
closed
3 years ago
ghost
commented
3 years ago
Javascript
[x] replace api.sek_presetSections by api.sek_api_sections = { api_section_id1 : {}, api_section_id2 : {}, ... }
[x] replace ajax function name sek_get_preset_sections by getApiSectionCollectionData
[x] replace _maybeFetchSectionsFromServer by _getApiSingleSectionData
PHP
[x] remove NIMBLE_PRESET_SECTIONS_STATUS_TRANSIENT_ID
[x] remove sek_get_preset_section_collection_from_json
[x] api function sek_get_nimble_api_data() add a case 'what' => 'single_api_section'
API
[x] populate nb_api_is_authorized_section with the list of pre-built sections, free and pro
[x] adapt log functions for section id
[x] Hard copy all section from previous json to api.nimblebuilder.com
Various
[x] remove preset_sections.json
[x] PRO => change the way pro section is fetched ( currently uses filter 'nimble_preset_sections_collection' )
[x] PRO => remove NB_PRO_OPT_SECTION_JSON
[x] remove php and console dev logs
Javascript
PHP
API
Various