Scott Nash
Scott Nash
After updating to v12.5 I now get this error and app won't build ``` Undefined symbols for architecture x86_64: "Swift._ArrayBuffer._copyContents(initializing: Swift.UnsafeMutableBufferPointer) -> (Swift.IndexingIterator, Swift.Int)", referenced from: generic specialization of Swift._copyCollectionToContiguousArray(A)...
Make sure the publish button is disabled while any components are saving so we don't end up with a race condition where publishing can happen before a component has finished...
Currently we are using Keen-ui as our Material Design library for Clay-kiln. The next release of it includes breaking changes. I updated a branch with these breaking changes, although I...
Detail Kiln Plugin creation Explain sites in _reveal
Currently, window.kiln.navButtons are only shown in the menu in edit mode because a minimal amount of kiln is loaded in view mode and the drawers those buttons open wouldn't work...
Since some fields on a component form are only shown conditionally, you could theoretically hide all fields on a tab, but currently the tab still shows when all the fields...
Right now kiln.js allows you to manipulate properties of individual inputs, but it should allow you to modify any property of the schema, including things like _groups, etc.
Linting of code could be improved. Some spacing rules aren't implemented, markdown files with code blocks aren't linted, etc.
Allow the creation of a component where the instance of that component can live on multiple pages and edited in one place that will update the component everywhere it is...
You can add multiple custom urls to a page, and thus set up redirects from old custom urls to the new one, but nowhere within the Kiln ui does it...