cloudflare-php icon indicating copy to clipboard operation
cloudflare-php copied to clipboard

Make addConfigurationOption public

Open emersonreisdev opened this issue 4 years ago • 0 comments

This will allow users to easily add their own configuration when new configuration type has been added by Cloudflare without waiting for a release from the SDK.

Also, this is very useful if you are trying to import configuration from one zone to another as at the moment you would need to call each specific method even though most of them are of the same nature and could be bundled together using the same structure.

emersonreisdev avatar Mar 26 '21 20:03 emersonreisdev