Make WordPress Themes


Ignore:
Timestamp:
09/05/2024 04:50:55 PM (15 months ago)
Author:
themedropbox
Message:

New version of Blocksy - 2.0.65

Location:
blocksy/2.0.65
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • blocksy/2.0.65/static/js/options/OptionsPanel.js

    r209306 r241144  
    1515        value,
    1616        onChange, // default | customizer
     17
     18        // (values) => {}
     19        //
     20        // Optional, provided only in some cases. Used to update multiple
     21        // values at once.
     22        // Not supported in customizer since we have to update values one
     23        // by one there.
     24        onChangeMultiple = null,
    1725
    1826        // default | taxonomy | gutenberg
     
    102110                    renderingChunk={renderingChunk}
    103111                    onChange={onChange}
     112                    onChangeMultiple={onChangeMultiple}
    104113                    purpose={purpose}
    105114                    hasRevertButton={hasRevertButton}
Note: See TracChangeset for help on using the changeset viewer.